org.apache.mina.util
Class IdentityHashSet<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by org.apache.mina.util.MapBackedSet<E>
              extended by org.apache.mina.util.IdentityHashSet<E>
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>

public class IdentityHashSet<E>
extends MapBackedSet<E>

An IdentityHashMap-backed Set.

Author:
Apache MINA Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.mina.util.MapBackedSet
map
 
Constructor Summary
IdentityHashSet()
           
IdentityHashSet(java.util.Collection<E> c)
           
IdentityHashSet(int expectedMaxSize)
           
 
Method Summary
 
Methods inherited from class org.apache.mina.util.MapBackedSet
add, clear, contains, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, isEmpty, retainAll, toArray, toArray
 

Constructor Detail

IdentityHashSet

public IdentityHashSet()

IdentityHashSet

public IdentityHashSet(int expectedMaxSize)

IdentityHashSet

public IdentityHashSet(java.util.Collection<E> c)


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.