public class BindingsIdImpl extends Object implements BindingsId, WeakHashMapOfListOfWeakReference2.MatchableId<ElementId[]>
| Constructor and Description |
|---|
BindingsIdImpl(IdManager idManager,
Integer hashCode,
ElementId[] elementIds)
Construct a BindingsId for an idManager that has computed the hashCode for the typeIds.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ElementId |
get(int i) |
int |
hashCode() |
Iterator<ElementId> |
iterator() |
boolean |
matches(ElementId[] thoseElementIds) |
int |
size() |
String |
toString() |
forEach, spliteratorpublic ElementId get(int i)
get in interface IndexableIterable<ElementId>public boolean matches(ElementId[] thoseElementIds)
matches in interface WeakHashMapOfListOfWeakReference2.MatchableId<ElementId[]>public int size()
size in interface IndexableIterable<ElementId>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.