|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet
common.HashMultiMap.ValueSet
common.IndexedHashMultiMap.IndexedValueSet
protected class IndexedHashMultiMap.IndexedValueSet
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class common.HashMultiMap.ValueSet |
|---|
HashMultiMap.ValueSet.ValueSetIterator |
| Nested classes/interfaces inherited from interface common.IndexedSet |
|---|
IndexedSet.EmptyIndexedSet |
| Field Summary |
|---|
| Fields inherited from class common.HashMultiMap.ValueSet |
|---|
key, set |
| Fields inherited from interface common.IndexedSet |
|---|
EMPTY_INDEXED_SET |
| Constructor Summary | |
|---|---|
protected |
IndexedHashMultiMap.IndexedValueSet(java.lang.Object key)
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int i)
Returns the object with the specified index in this IndexedSet. |
int |
indexOf(java.lang.Object o)
Returns the index of the given object in this IndexedSet, or -1 if this IndexedSet does not contain the given object. |
| Methods inherited from class common.HashMultiMap.ValueSet |
|---|
add, contains, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
protected IndexedHashMultiMap.IndexedValueSet(java.lang.Object key)
| Method Detail |
|---|
public int indexOf(java.lang.Object o)
IndexedSet
indexOf in interface IndexedSetpublic java.lang.Object get(int i)
IndexedSet
get in interface IndexedSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||