| Modifier and Type | Class and Description |
|---|---|
class |
ObjectKeyMap.Entry |
| Constructor and Description |
|---|
ObjectKeyMap() |
ObjectKeyMap(Map<ObjectKey,V> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
static <KEY,VAL> Map<KEY,VAL> |
hash() |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
static <KEY,VAL> Map<KEY,VAL> |
linkedHash() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
static <KEY,VAL> Map<KEY,VAL> |
weak() |
public static <KEY,VAL> Map<KEY,VAL> hash()
public static <KEY,VAL> Map<KEY,VAL> linkedHash()
public static <KEY,VAL> Map<KEY,VAL> weak()
public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public int hashCode()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.