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()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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
UnorderedCollection
public UnorderedCollection(java.util.Collection<FHIRPathNode> nodes)
 
 - 
 
- 
Method Detail
- 
iterator
public java.util.Iterator<FHIRPathNode> iterator()
- Specified by:
 iteratorin interfacejava.util.Collection<FHIRPathNode>- Specified by:
 iteratorin interfacejava.lang.Iterable<FHIRPathNode>- Specified by:
 iteratorin classjava.util.AbstractCollection<FHIRPathNode>
 
- 
size
public int size()
- Specified by:
 sizein interfacejava.util.Collection<FHIRPathNode>- Specified by:
 sizein classjava.util.AbstractCollection<FHIRPathNode>
 
 - 
 
 -