public final class SimpleSetOfCharArray extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
int |
threshold |
char[][] |
values |
| Constructor and Description |
|---|
SimpleSetOfCharArray() |
SimpleSetOfCharArray(int size) |
public char[][] values
public int elementSize
public int threshold
public SimpleSetOfCharArray()
public SimpleSetOfCharArray(int size)
public Object add(char[] object)
public void asArray(Object[] copy)
public void clear()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic char[] get(char[] object)
public boolean includes(char[] object)
public char[] remove(char[] object)
Copyright © 2013. All rights reserved.