Package | Description |
---|---|
org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedListMultimap.Entry<K,V> |
LinkedListMultimap.firstEntry |
protected LinkedListMultimap.Entry<K,V> |
LinkedListMultimap.lastEntry |
Modifier and Type | Field and Description |
---|---|
protected Map<K,LinkedListMultimap.Entry<K,V>> |
LinkedListMultimap.firstEntryWithKey |
protected Map<K,LinkedListMultimap.Entry<K,V>> |
LinkedListMultimap.lastEntryWithKey |
Modifier and Type | Method and Description |
---|---|
protected LinkedListMultimap.Entry<K,V> |
LinkedListMultimap.addEntryFor(K key,
V value) |
protected LinkedListMultimap.Entry<K,V> |
LinkedListMultimap.insertEntryBefore(K key,
V value,
LinkedListMultimap.Entry<K,V> nextEntryWithKey) |
LinkedListMultimap.Entry<K,V> |
LinkedListMultimap.EntryIterator.next() |
Modifier and Type | Method and Description |
---|---|
protected LinkedListMultimap.Entry<K,V> |
LinkedListMultimap.insertEntryBefore(K key,
V value,
LinkedListMultimap.Entry<K,V> nextEntryWithKey) |
protected void |
LinkedListMultimap.isValid(LinkedListMultimap.Entry<K,V> entry) |
protected void |
LinkedListMultimap.removeEntry(LinkedListMultimap.Entry<K,V> entry) |
Constructor and Description |
---|
LinkedListMultimap.EntryIterator(LinkedListMultimap.Entry<K,V> first) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.