Interface ObjectIdDictionary.Wrapper
-
- All Known Implementing Classes:
ObjectIdDictionary.IdWrapper
,ObjectIdDictionary.WeakIdWrapper
- Enclosing class:
- ObjectIdDictionary
private static interface ObjectIdDictionary.Wrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.Object
get()
int
hashCode()
java.lang.String
toString()
-