Package | Description |
---|---|
com.uwyn.jhighlight.pcj | |
com.uwyn.jhighlight.pcj.set |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharCollection
This class represents an abstract base for implementing
collections of char values.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CharSet
This interface defines sets of char values.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharSet
This class represents an abstract base for implementing
sets of char values.
|
Copyright © 2011–2021. All rights reserved.