Package org.htmlunit.corejs.javascript
Class NativeObject.KeySet
- Enclosing class:
NativeObject
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
KeySet
KeySet()
-
-
Method Details
-
contains
- Specified by:
contains
in interfaceCollection<Object>
- Specified by:
contains
in interfaceSet<Object>
- Overrides:
contains
in classAbstractCollection<Object>
-
iterator
-
size
public int size()- Specified by:
size
in interfaceCollection<Object>
- Specified by:
size
in interfaceSet<Object>
- Specified by:
size
in classAbstractCollection<Object>
-