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