| Modifier and Type | Class and Description |
|---|---|
class |
DoubleArrayList.Entry<C,D>
Class to masquerade as Map.Entry.
|
class |
DoubleArrayList.ForwardEntryIterator<T extends Map.Entry<A,B>>
Entry iterator.
|
class |
DoubleArrayList.ReverseEntryIterator<T extends Map.Entry<A,B>>
Entry iterator.
|
| Constructor and Description |
|---|
DoubleArrayList(boolean isReversed)
Construct the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the list.
|
Iterator<Map.Entry<A,B>> |
iterator() |
Iterator<Map.Entry<A,B>> |
iterator(boolean reversed)
Get an entry set.
|
void |
put(A a,
B b)
Add an item.
|
int |
size()
Get size.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DoubleArrayList(boolean isReversed)
isReversed - true if the list should be reversedCopyright © 2010-2014. All Rights Reserved.