protected static class AbstractUserConfiguration.PrefixIterable
extends java.lang.Object
implements java.lang.Iterable<java.io.File>
File element prepended.| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractUserConfiguration.PrefixIterable.PrefixIterator
An iterator with a single prefixed file.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PrefixIterable(java.io.File file,
java.lang.Iterable<? extends java.io.File> files) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
java.util.Iterator<java.io.File> |
iterator() |
java.lang.String |
toString() |
protected PrefixIterable(java.io.File file,
java.lang.Iterable<? extends java.io.File> files)
file - The prefixed file.files - The iterable containing the reminder files.public java.util.Iterator<java.io.File> iterator()
iterator in interface java.lang.Iterable<java.io.File>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object