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
public int size()
iterator
public java.util.Iterator iterator()
contains
public boolean contains(Key key)
add
public KeySet add(Key key)
remove
public KeySet remove(Key key)
containsAll
public boolean containsAll(KeySet keys)
addAll
public KeySet addAll(KeySet keys)
removeAll
public KeySet removeAll(KeySet keys)
retainAll
public KeySet retainAll(KeySet keys)
isEmpty
public boolean isEmpty()