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 boolean
add(E o)
void
clear()
boolean
contains(java.lang.Object o)
java.util.Iterator<E>
iterator()
boolean
remove(java.lang.Object o)
int
size()
-
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
-
-