Uses of Interface
com.aoapps.collections.IntCollection
-
-
Uses of IntCollection in com.aoapps.collections
Subinterfaces of IntCollection in com.aoapps.collections Modifier and Type Interface Description interfaceIntListA List that stores things usingint[]instead ofObject[].Classes in com.aoapps.collections that implement IntCollection Modifier and Type Class Description classIntArrayListAn ArrayList that stores things usingint[]instead ofObject[].classSortedIntArrayListASortedIntArrayListstores is elements in numerical order and provides means of quickly locating objects.
-