Class IdentitySet
- java.lang.Object
-
- org.mockito.internal.util.collections.IdentitySet
-
public class IdentitySet extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.LinkedList
list
-
Constructor Summary
Constructors Constructor Description IdentitySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.Object o)
boolean
contains(java.lang.Object o)
-