K
- V
- @StoreNotUseStandardSerialization @StorableClass public class PLinkedMapKeySet<K,V> extends PAbstractSet<K> implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
add(K element) |
void |
clear() |
Iterator<K> |
descendingIterator() |
Iterator<K> |
iterator() |
static PLinkedMapKeySet |
newInstance(IInstanceFactory instanceFactory,
Map map) |
int |
size() |
equals, hashCode, removeAll
addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
public static PLinkedMapKeySet newInstance(IInstanceFactory instanceFactory, Map map)
public int size()
public boolean add(K element)
public void clear()
clear
in interface Collection<K>
clear
in interface Set<K>
clear
in class PAbstractCollection<K>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.