Class DictKeys
java.lang.Object
src.DictKeys
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()iterator()Returns an iterator over the keys in the collection.intlength()Returns the number of keys in the collection.Object[]toArray()Returns a copied list of the dictionary keys.toString()Returns a string representation of the keys in the collection.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DictKeys
-
-
Method Details
-
length
public int length()Returns the number of keys in the collection.- Returns:
- the number of keys
-
toArray
Returns a copied list of the dictionary keys.- Returns:
- a copy of the dictionary keys
-
iterator
-
toString
-
equals
-
hashCode
-