public interface CollectionProxy<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
ObjectTo<K,V> |
clone(CollectionOptions options) |
Map.Entry<K,V> |
entryFor(Object key) |
V |
get(Object key) |
boolean |
isEmpty() |
V |
put(Map.Entry<K,V> item) |
V |
remove(Object key) |
void |
setValue(Object key,
Object value) |
int |
size() |
V[] |
toArray() |
Collection<V> |
toCollection(Collection<V> into) |
Map<K,V> |
toMap(Map<K,V> into) |
ObjectTo<K,V> clone(CollectionOptions options)
int size()
V[] toArray()
Collection<V> toCollection(Collection<V> into)
boolean isEmpty()
void clear()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.