org.apache.mina.util
Class IdentityHashSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byorg.apache.mina.util.IdentityHashSet
All Implemented Interfaces:
Collection, Set

public class IdentityHashSet
extends AbstractSet

An IdentityHashMap-backed Set.

Version:
$Rev: 436993 $, $Date: 2006-08-26 00:36:56 +0200 (Sat, 26 Aug 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Constructor Summary
IdentityHashSet()
           
IdentityHashSet(Collection c)
           
 
Method Summary
 boolean add(Object arg0)
           
 void clear()
           
 boolean contains(Object o)
           
 Iterator iterator()
           
 boolean remove(Object o)
           
 int 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(Collection c)
Method Detail

size

public int size()

contains

public boolean contains(Object o)

iterator

public Iterator iterator()

add

public boolean add(Object arg0)

remove

public boolean remove(Object o)

clear

public void clear()