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