public class GlyphIdList extends ArrayList<GlyphId>
Represents glyph id list.
modCount
Modifier and Type | Method and Description |
---|---|
boolean |
add(GlyphId glyphId)
Adds glyph id to the list.
|
void |
clear()
Clears the list.
|
boolean |
contains(GlyphId glyphId)
Returns true in case glyph id is in the list.
|
GlyphId |
get(int index)
Returns glyph id by the index.
|
boolean |
remove(GlyphId glyphId)
Removes glyph id from the list.
|
add, addAll, addAll, clone, contains, ensureCapacity, forEach, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public boolean add(GlyphId glyphId)
Adds glyph id to the list.
public boolean remove(GlyphId glyphId)
Removes glyph id from the list.
glyphId
- glyph identifierpublic void clear()
Clears the list.
public boolean contains(GlyphId glyphId)
Returns true in case glyph id is in the list.
glyphId
- glyph identifier