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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
public ArrayList keyList()
Copyright © 2005–2016 jibx.org. All rights reserved.