Package org.glassfish.rmic
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 TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends String> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) boolean
int
hashCode()
boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] a) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.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:
size
in interfaceCollection<String>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<String>
-
contains
- Specified by:
contains
in interfaceCollection<String>
-
toArray
- Specified by:
toArray
in interfaceCollection<String>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArray
in interfaceCollection<String>
-
add
- Specified by:
add
in interfaceCollection<String>
-
remove
- Specified by:
remove
in interfaceCollection<String>
-
containsAll
- Specified by:
containsAll
in interfaceCollection<String>
-
addAll
- Specified by:
addAll
in interfaceCollection<String>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<String>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<String>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<String>
-
equals
- Specified by:
equals
in interfaceCollection<String>
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<String>
- Overrides:
hashCode
in classObject
-