polyglot.ext.coffer.types
Interface KeySet
- All Superinterfaces:
- java.lang.Cloneable, Copy, java.io.Serializable, TypeObject
- All Known Implementing Classes:
- KeySet_c
public interface KeySet
- extends TypeObject
Methods inherited from interface polyglot.util.Copy |
copy |
size
int size()
iterator
java.util.Iterator iterator()
contains
boolean contains(Key key)
add
KeySet add(Key key)
remove
KeySet remove(Key key)
containsAll
boolean containsAll(KeySet keys)
addAll
KeySet addAll(KeySet keys)
removeAll
KeySet removeAll(KeySet keys)
retainAll
KeySet retainAll(KeySet keys)
isEmpty
boolean isEmpty()