Uses of Interface
org.codelibs.jhighlight.fastutil.objects.ObjectIterable
-
Packages that use ObjectIterable Package Description org.codelibs.jhighlight.fastutil.chars org.codelibs.jhighlight.fastutil.objects -
-
Uses of ObjectIterable in org.codelibs.jhighlight.fastutil.chars
Subinterfaces of ObjectIterable in org.codelibs.jhighlight.fastutil.chars Modifier and Type Interface Description static interfaceChar2ObjectMap.FastEntrySet<V>An entry set providing fast iteration. -
Uses of ObjectIterable in org.codelibs.jhighlight.fastutil.objects
Subinterfaces of ObjectIterable in org.codelibs.jhighlight.fastutil.objects Modifier and Type Interface Description interfaceObjectCollection<K>A type-specificCollection; provides some additional methods that use polymorphism to avoid (un)boxing.interfaceObjectList<K>A type-specificList; provides some additional methods that use polymorphism to avoid (un)boxing.interfaceObjectSet<K>A type-specificSet; provides some additional methods that use polymorphism to avoid (un)boxing.Classes in org.codelibs.jhighlight.fastutil.objects that implement ObjectIterable Modifier and Type Class Description classAbstractObjectCollection<K>An abstract class providing basic methods for collections implementing a type-specific interface.classAbstractObjectList<K>An abstract class providing basic methods for lists implementing a type-specific list interface.static classAbstractObjectList.ObjectSubList<K>classAbstractObjectSet<K>An abstract class providing basic methods for sets implementing a type-specific interface.classObjectArrayList<K>A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
-