public abstract class SymbolSet extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
SymbolSet.ListSet |
Modifier | Constructor and Description |
---|---|
protected |
SymbolSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(int cipher,
char[] chars,
int offset,
int length) |
boolean |
add(int cipher,
String symbol) |
void |
addAll(SymbolSet other) |
void |
clear() |
abstract boolean |
contains(int cipher,
char[] chars,
int offset,
int length) |
abstract boolean |
contains(int cipher,
String symbol) |
boolean |
containsAll(SymbolSet other) |
static SymbolSet |
copyOf(SymbolSet other) |
static SymbolSet |
createInstance() |
boolean |
equals(Object obj) |
abstract void |
examine(SymbolReceiver receiver)
Examines set via specified
SymbolReceiver . |
abstract String |
getSymbol(char[] chars,
int offset,
int length)
Returns symbol used for specified characters or
null if not found. |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
remove(int cipher,
char[] chars,
int offset,
int length) |
boolean |
remove(int cipher,
String symbol) |
void |
retainAll(QDFilter filter) |
void |
retainAll(SymbolSet other) |
abstract int |
size() |
SymbolSet |
unmodifiable() |
public static SymbolSet createInstance()
public abstract int size()
public abstract String getSymbol(char[] chars, int offset, int length)
null
if not found.public abstract boolean contains(int cipher, String symbol)
public abstract boolean contains(int cipher, char[] chars, int offset, int length)
public abstract void examine(SymbolReceiver receiver)
SymbolReceiver
.public SymbolSet unmodifiable()
public boolean add(int cipher, String symbol)
public boolean add(int cipher, char[] chars, int offset, int length)
public boolean remove(int cipher, String symbol)
public boolean remove(int cipher, char[] chars, int offset, int length)
public void clear()
public boolean isEmpty()
public void addAll(SymbolSet other)
public void retainAll(SymbolSet other)
public void retainAll(QDFilter filter)
public boolean containsAll(SymbolSet other)
Copyright © 2002–2025 Devexperts LLC. All rights reserved.