| java.lang.Object net.sf.oval.internal.util.IdentitySet
Constructor Summary | |
public | IdentitySet() Constructs a new, empty IdentitySet; the backing Map instance has
default initial capacity (16) and load factor (0.75). | public | IdentitySet(int initialCapacity) Constructs a new, empty IdentitySet; the backing Map instance has
the given initial capacity and the default load factor (0.75). |
IdentitySet | public IdentitySet()(Code) | | Constructs a new, empty IdentitySet; the backing Map instance has
default initial capacity (16) and load factor (0.75).
|
IdentitySet | public IdentitySet(int initialCapacity)(Code) | | Constructs a new, empty IdentitySet; the backing Map instance has
the given initial capacity and the default load factor (0.75).
|
add | public boolean add(E o)(Code) | | |
clear | public void clear()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
toArray | public T[] toArray(T[] a)(Code) | | |
|
|