Package com.automation_pros.odva.eds
Class SectionEntry
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<E>
-
- java.util.LinkedList<EntryField>
-
- com.automation_pros.odva.eds.SectionEntry
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<EntryField>
,java.util.Collection<EntryField>
,java.util.Deque<EntryField>
,java.util.List<EntryField>
,java.util.Queue<EntryField>
public class SectionEntry extends java.util.LinkedList<EntryField>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.regex.Pattern
canonical
protected long
canonicalIndex
protected java.lang.String
canonicalKey
protected java.lang.String
key
protected Section
parent
-
Constructor Summary
Constructors Constructor Description SectionEntry(Section parent, java.lang.String key)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(java.io.PrintWriter pw)
long
getCanonicalIndex()
java.lang.String
getCanonicalKey()
java.lang.String
getKey()
Section
getParent()
static java.lang.Object[]
keyAndIndex(java.lang.String k)
java.lang.String
toString()
-
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray
-
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll
-
-
-
-
Field Detail
-
parent
protected final Section parent
-
key
protected final java.lang.String key
-
canonicalKey
protected final java.lang.String canonicalKey
-
canonicalIndex
protected final long canonicalIndex
-
canonical
public static final java.util.regex.Pattern canonical
-
-
Constructor Detail
-
SectionEntry
public SectionEntry(Section parent, java.lang.String key)
-
-
Method Detail
-
keyAndIndex
public static java.lang.Object[] keyAndIndex(java.lang.String k)
-
getParent
public Section getParent()
-
getKey
public java.lang.String getKey()
-
getCanonicalKey
public java.lang.String getCanonicalKey()
-
getCanonicalIndex
public long getCanonicalIndex()
-
generate
public void generate(java.io.PrintWriter pw)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractCollection<EntryField>
-
-