public class TreeFolder extends ArrayList<Object>
modCount| Constructor and Description |
|---|
TreeFolder(String name)
Creates a new TreeFolder object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
DOCUMENT ME!
|
int |
hashCode() |
void |
setName(String name)
DOCUMENT ME!
|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic TreeFolder(String name)
name - DOCUMENT ME!public String toString()
toString in class AbstractCollection<Object>public boolean equals(Object obj)
equals in interface Collection<Object>equals in interface List<Object>equals in class AbstractList<Object>public int hashCode()
hashCode in interface Collection<Object>hashCode in interface List<Object>hashCode in class AbstractList<Object>public String getName()
public void setName(String name)
name - the name to setCopyright © 2012–2025 cismet GmbH. All rights reserved.