Package com.ibm.fhir.path.util
Class FHIRPathUtil.UnorderedCollection
- java.lang.Object
-
- java.util.AbstractCollection<FHIRPathNode>
-
- com.ibm.fhir.path.util.FHIRPathUtil.UnorderedCollection
-
- All Implemented Interfaces:
Iterable<FHIRPathNode>
,Collection<FHIRPathNode>
- Enclosing class:
- FHIRPathUtil
public static class FHIRPathUtil.UnorderedCollection extends AbstractCollection<FHIRPathNode>
-
-
Constructor Summary
Constructors Constructor Description UnorderedCollection(Collection<FHIRPathNode> nodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
-
-
-
Constructor Detail
-
UnorderedCollection
public UnorderedCollection(Collection<FHIRPathNode> nodes)
-
-
Method Detail
-
iterator
public Iterator<FHIRPathNode> iterator()
- Specified by:
iterator
in interfaceCollection<FHIRPathNode>
- Specified by:
iterator
in interfaceIterable<FHIRPathNode>
- Specified by:
iterator
in classAbstractCollection<FHIRPathNode>
-
size
public int size()
- Specified by:
size
in interfaceCollection<FHIRPathNode>
- Specified by:
size
in classAbstractCollection<FHIRPathNode>
-
-