Package org.powermock.core
Class IdentityHashSet<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- org.powermock.core.IdentityHashSet<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>,java.util.Collection<E>,java.util.Set<E>
public class IdentityHashSet<E> extends java.util.AbstractSet<E>
-
-
Constructor Summary
Constructors Constructor Description IdentityHashSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(E o)voidclear()booleancontains(java.lang.Object o)java.util.Iterator<E>iterator()booleanremove(java.lang.Object o)intsize()-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
-
-
-
Field Detail
-
backedMap
protected final java.util.Map<E,java.lang.Boolean> backedMap
-
-