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 class
AbstractCharCollection
This 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 boolean
AbstractCharCollection. addAll(CharCollection c)
boolean
CharCollection. addAll(CharCollection c)
Adds all the elements of a specified collection to this collection.boolean
AbstractCharCollection. containsAll(CharCollection c)
boolean
CharCollection. containsAll(CharCollection c)
Indicates whether all elements of a specified collection is contained in this collection.boolean
AbstractCharCollection. removeAll(CharCollection c)
boolean
CharCollection. removeAll(CharCollection c)
Removes all the elements of a specified collection from this collection.boolean
AbstractCharCollection. retainAll(CharCollection c)
boolean
CharCollection. 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 class
CharKeyOpenHashMap.KeySet
-
Uses of CharCollection in com.uwyn.jhighlight.pcj.set
Subinterfaces of CharCollection in com.uwyn.jhighlight.pcj.set Modifier and Type Interface Description interface
CharSet
This interface defines sets of char values.Classes in com.uwyn.jhighlight.pcj.set that implement CharCollection Modifier and Type Class Description class
AbstractCharSet
This class represents an abstract base for implementing sets of char values.
-