org.apache.openejb.util
Class VersionedSet<E>

java.lang.Object
  extended by org.apache.openejb.util.VersionedSet<E>

public class VersionedSet<E>
extends Object

Version:
$Revision: 710022 $ $Date: 2008-11-03 09:40:14 +0100 (Mo, 03. Nov 2008) $

Nested Class Summary
static class VersionedSet.Set<E>
           
 
Constructor Summary
VersionedSet()
           
 
Method Summary
 boolean add(E o)
           
 VersionedSet.Set<E> currentSet()
           
 boolean remove(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionedSet

public VersionedSet()
Method Detail

add

public boolean add(E o)

remove

public boolean remove(Object o)

currentSet

public VersionedSet.Set<E> currentSet()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.