public class FileGroup extends ArrayList<File>
Modifier and Type | Field and Description |
---|---|
String |
name |
modCount
Modifier and Type | Method and Description |
---|---|
boolean |
add(String name) |
FileGroup |
clone() |
void |
copy(FileGroup fg) |
void |
debug() |
boolean |
fromCSV(String s) |
int |
getIndex(String name) |
String |
toCSV() |
String |
toString() |
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public String name
public FileGroup(String name)
public void copy(FileGroup fg)
public String toString()
toString
in class AbstractCollection<File>
public int getIndex(String name)
public boolean add(String name)
public void debug()
public String toCSV()
public boolean fromCSV(String s)
Copyright © 2015–2021 Fiji. All rights reserved.