Uses of Interface
org.codelibs.jhighlight.fastutil.chars.CharIterable
-
Packages that use CharIterable Package Description org.codelibs.jhighlight.fastutil.chars -
-
Uses of CharIterable in org.codelibs.jhighlight.fastutil.chars
Subinterfaces of CharIterable in org.codelibs.jhighlight.fastutil.chars Modifier and Type Interface Description interfaceCharCollectionA type-specificCollection; provides some additional methods that use polymorphism to avoid (un)boxing.interfaceCharListA type-specificList; provides some additional methods that use polymorphism to avoid (un)boxing.interfaceCharSetA type-specificSet; provides some additional methods that use polymorphism to avoid (un)boxing.Classes in org.codelibs.jhighlight.fastutil.chars that implement CharIterable Modifier and Type Class Description classAbstractCharCollectionAn abstract class providing basic methods for collections implementing a type-specific interface.classAbstractCharListAn abstract class providing basic methods for lists implementing a type-specific list interface.static classAbstractCharList.CharSubListclassAbstractCharSetAn abstract class providing basic methods for sets implementing a type-specific interface.classCharArrayListA type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
-