Class DictItems
java.lang.Object
src.DictItems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()iterator()Returns an iterator over the items in the collectionintlength()Returns the number of items in the collection.Object[][]toArray()Returns a copied list of the dictionary values.toString()Returns a string representation of the items 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
-
DictItems
-
-
Method Details
-
length
public int length()Returns the number of items in the collection.- Returns:
- the number of items
-
toArray
Returns a copied list of the dictionary values.- Returns:
- a copy of the dictionary values
-
iterator
-
toString
-
equals
-
hashCode
-