Class FHIRPathUtil.UnorderedCollection
- java.lang.Object
-
- java.util.AbstractCollection<FHIRPathNode>
-
- org.linuxforhealth.fhir.path.util.FHIRPathUtil.UnorderedCollection
-
- All Implemented Interfaces:
java.lang.Iterable<FHIRPathNode>
,java.util.Collection<FHIRPathNode>
- Enclosing class:
- FHIRPathUtil
public static class FHIRPathUtil.UnorderedCollection extends java.util.AbstractCollection<FHIRPathNode>
-
-
Constructor Summary
Constructors Constructor Description UnorderedCollection(java.util.Collection<FHIRPathNode> nodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<FHIRPathNode>
iterator()
int
size()
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
UnorderedCollection
public UnorderedCollection(java.util.Collection<FHIRPathNode> nodes)
-
-
Method Detail
-
iterator
public java.util.Iterator<FHIRPathNode> iterator()
- Specified by:
iterator
in interfacejava.util.Collection<FHIRPathNode>
- Specified by:
iterator
in interfacejava.lang.Iterable<FHIRPathNode>
- Specified by:
iterator
in classjava.util.AbstractCollection<FHIRPathNode>
-
size
public int size()
- Specified by:
size
in interfacejava.util.Collection<FHIRPathNode>
- Specified by:
size
in classjava.util.AbstractCollection<FHIRPathNode>
-
-