Uses of Interface
com.uwyn.jhighlight.pcj.CharCollection
-
Packages that use CharCollection Package Description com.uwyn.jhighlight.pcj com.uwyn.jhighlight.pcj.map com.uwyn.jhighlight.pcj.set -
-
Uses of CharCollection in com.uwyn.jhighlight.pcj
Classes in com.uwyn.jhighlight.pcj that implement CharCollection Modifier and Type Class Description classAbstractCharCollectionThis class represents an abstract base for implementing collections of char values.Methods in com.uwyn.jhighlight.pcj with parameters of type CharCollection Modifier and Type Method Description booleanAbstractCharCollection. addAll(CharCollection c)booleanCharCollection. addAll(CharCollection c)Adds all the elements of a specified collection to this collection.booleanAbstractCharCollection. containsAll(CharCollection c)booleanCharCollection. containsAll(CharCollection c)Indicates whether all elements of a specified collection is contained in this collection.booleanAbstractCharCollection. removeAll(CharCollection c)booleanCharCollection. removeAll(CharCollection c)Removes all the elements of a specified collection from this collection.booleanAbstractCharCollection. retainAll(CharCollection c)booleanCharCollection. retainAll(CharCollection c)Retains only the elements of a specified collection in this collection. -
Uses of CharCollection in com.uwyn.jhighlight.pcj.map
Classes in com.uwyn.jhighlight.pcj.map that implement CharCollection Modifier and Type Class Description private classCharKeyOpenHashMap.KeySet -
Uses of CharCollection in com.uwyn.jhighlight.pcj.set
Subinterfaces of CharCollection in com.uwyn.jhighlight.pcj.set Modifier and Type Interface Description interfaceCharSetThis interface defines sets of char values.Classes in com.uwyn.jhighlight.pcj.set that implement CharCollection Modifier and Type Class Description classAbstractCharSetThis class represents an abstract base for implementing sets of char values.
-