Uses of Interface
java.util.PrimitiveIterator
-
Packages that use PrimitiveIterator Package Description java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). -
-
Uses of PrimitiveIterator in java.util
Subinterfaces of PrimitiveIterator in java.util Modifier and Type Interface Description static interfacePrimitiveIterator.OfDoubleAn Iterator specialized fordoublevalues.static interfacePrimitiveIterator.OfIntAn Iterator specialized forintvalues.static interfacePrimitiveIterator.OfLongAn Iterator specialized forlongvalues.
-