|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.GroupEntries
public class GroupEntries
This class group entries in a list.
| Constructor Summary | |
|---|---|
GroupEntries()
Create a new object. |
|
GroupEntries(int size)
Create a new object. |
|
| Method Summary | |
|---|---|
void |
add(int val)
Add the entry if it not exists in the list. |
void |
add(java.lang.Object val)
Add the entry if it not exists in the list. |
java.lang.Object |
get(int idx)
Returns the entry at position 'idx'. |
int |
size()
Returns the size of the list. |
java.lang.Object[] |
toArray()
Returns the list as array. |
int[] |
toIntArray()
Returns the list as a int-array. |
java.lang.String |
toString()
Returns the entries as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupEntries()
public GroupEntries(int size)
size - The initialize size of the list.| Method Detail |
|---|
public void add(java.lang.Object val)
val - The entry.public void add(int val)
val - The entry.public int size()
public java.lang.Object get(int idx)
idx - The index.
public java.lang.Object[] toArray()
public int[] toIntArray()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||