Class HierarchicalUriIterator
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.HierarchicalUriIterator
- All Implemented Interfaces:
- UriIterator
Deprecated.
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionHierarchicalUriIterator(URI fullUri) Deprecated.HierarchicalUriIterator(URI fullUri, HierarchicalUriIterator.Mode mode) Deprecated.HierarchicalUriIterator(URI fullUri, Set<HierarchicalUriIterator.Mode> modes) Deprecated.
- 
Method Summary
- 
Constructor Details- 
HierarchicalUriIteratorDeprecated.- Throws:
- UnresolvableUriException
 
- 
HierarchicalUriIteratorpublic HierarchicalUriIterator(URI fullUri, HierarchicalUriIterator.Mode mode) throws UnresolvableUriException Deprecated.- Throws:
- UnresolvableUriException
 
- 
HierarchicalUriIteratorpublic HierarchicalUriIterator(URI fullUri, Set<HierarchicalUriIterator.Mode> modes) throws UnresolvableUriException Deprecated.- Throws:
- UnresolvableUriException
 
 
- 
- 
Method Details- 
getFullUriDeprecated.- Specified by:
- getFullUriin interface- UriIterator
 
- 
nextpublic boolean next()Deprecated.- Specified by:
- nextin interface- UriIterator
 
- 
hasNextpublic boolean hasNext()Deprecated.- Specified by:
- hasNextin interface- UriIterator
 
- 
getRawDeprecated.- Specified by:
- getRawin interface- UriIterator
 
- 
getDecodedDeprecated.- Specified by:
- getDecodedin interface- UriIterator
 
- 
getUriDeprecated.- Specified by:
- getUriin interface- UriIterator
 
- 
isFragmentpublic boolean isFragment()Deprecated.- Specified by:
- isFragmentin interface- UriIterator
 
- 
isReadypublic boolean isReady()Deprecated.- Specified by:
- isReadyin interface- UriIterator
 
- 
isPastEndpublic boolean isPastEnd()Deprecated.- Specified by:
- isPastEndin interface- UriIterator
 
 
-