Class BatchEnvironment.Path.PathIterator
java.lang.Object
org.glassfish.rmic.BatchEnvironment.Path.PathIterator
- All Implemented Interfaces:
Iterable<String>, Collection<String>
- Enclosing class:
BatchEnvironment.Path
private static class BatchEnvironment.Path.PathIterator
extends Object
implements Collection<String>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPathIterator(String path) PathIterator(String path, String emptyPathDefault) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends String> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleaninthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, spliterator, stream
-
Field Details
-
pos
private int pos -
path
-
emptyPathDefault
-
-
Constructor Details
-
PathIterator
-
PathIterator
-
-
Method Details
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<String>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<String>
-
contains
- Specified by:
containsin interfaceCollection<String>
-
toArray
- Specified by:
toArrayin interfaceCollection<String>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArrayin interfaceCollection<String>
-
add
- Specified by:
addin interfaceCollection<String>
-
remove
- Specified by:
removein interfaceCollection<String>
-
containsAll
- Specified by:
containsAllin interfaceCollection<String>
-
addAll
- Specified by:
addAllin interfaceCollection<String>
-
removeAll
- Specified by:
removeAllin interfaceCollection<String>
-
retainAll
- Specified by:
retainAllin interfaceCollection<String>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<String>
-
equals
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<String>- Overrides:
hashCodein classObject
-