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()intsize()- 
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:
 iteratorin interfaceCollection<FHIRPathNode>- Specified by:
 iteratorin interfaceIterable<FHIRPathNode>- Specified by:
 iteratorin classAbstractCollection<FHIRPathNode>
 
- 
size
public int size()
- Specified by:
 sizein interfaceCollection<FHIRPathNode>- Specified by:
 sizein classAbstractCollection<FHIRPathNode>
 
 - 
 
 -