|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sequence
Special set that uses its contents sequence when comparing to other sequences.
s equal, v equal, c equal, u equal means: Every node in one sequence is {s-equal, v equal, c equal, u equal} to the node in the same position in the other sequence.
Copyright 2006 J2R BV, The Netherlands.
Part of Licensed Materials.
www.batavia-xbrl.com
| Method Summary | |
|---|---|
boolean |
c_equal(Sequence other)
Determine if the other has Context equal Item contents in the same order as this. |
boolean |
identical(Sequence other)
Determine if the other has Identical XmlParticleImpl contents in the same order as this. |
boolean |
s_equal(Sequence other)
Determine if the other has Structure equal Item, Tuple, UnknownInstanceElement or XmlParticleImpl contents in the same order as this. |
boolean |
u_equal(Sequence other)
Determine if the other has Unit equal Item contents in the same order as this. |
boolean |
v_equal(Sequence other)
Determine if the other has Value equal XmlParticleImpl contents in the same order as this. |
| Methods inherited from interface com.batavia.xml.Set |
|---|
c_equal, containsCequal, containsDuplicate, containsIdentical, containsSequal, containsUequal, containsVequal, identical, removeDuplicates, s_equal, u_equal, v_equal |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
boolean c_equal(Sequence other)
other - another ComparablePart object
boolean identical(Sequence other)
other - another ComparablePart object
boolean s_equal(Sequence other)
other - another ComparablePart object
boolean u_equal(Sequence other)
other - another ComparablePart object
boolean v_equal(Sequence other)
other - another ComparablePart object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||