public class InsertionOrderedMap extends Object implements Map
| Modifier and Type | Class and Description |
|---|---|
protected static class |
InsertionOrderedMap.ListSet
Set implementation backed by a list.
|
protected class |
InsertionOrderedMap.ValueCollection |
protected class |
InsertionOrderedMap.ValueIterator |
| Constructor and Description |
|---|
InsertionOrderedMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
ArrayList |
keyList()
Get list of keys in order added.
|
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
Collection |
values() |
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
public ArrayList keyList()
Copyright © 2005-2013 jibx.org. All Rights Reserved.