Uses of Interface
com.uwyn.jhighlight.pcj.CharCollection
Packages that use CharCollection
-
Uses of CharCollection in com.uwyn.jhighlight.pcj
Classes in com.uwyn.jhighlight.pcj that implement CharCollectionModifier and TypeClassDescriptionclass
This class represents an abstract base for implementing collections of char values.Methods in com.uwyn.jhighlight.pcj with parameters of type CharCollectionModifier and TypeMethodDescriptionboolean
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 -
Uses of CharCollection in com.uwyn.jhighlight.pcj.set
Subinterfaces of CharCollection in com.uwyn.jhighlight.pcj.setModifier and TypeInterfaceDescriptioninterface
This interface defines sets of char values.Classes in com.uwyn.jhighlight.pcj.set that implement CharCollectionModifier and TypeClassDescriptionclass
This class represents an abstract base for implementing sets of char values.