Package net.oijon.utils.parser.data
Class GlossList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<Gloss>
-
- net.oijon.utils.parser.data.GlossList
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<Gloss>
,java.util.Collection<Gloss>
,java.util.List<Gloss>
,java.util.RandomAccess
public class GlossList extends java.util.ArrayList<Gloss>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlossList(java.lang.String name)
Creates an empty GlossList
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of the GlossListvoid
setName(java.lang.String name)
Sets the name of the GlossListjava.lang.String
toString()
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name of the GlossList- Returns:
- The name of the GlossList
-
setName
public void setName(java.lang.String name)
Sets the name of the GlossList- Parameters:
name
- The name of the GlossList
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractCollection<Gloss>
-
-