KEYTYPE - The type of the key elements for the tree.DATATYPE - The type of the elements contained in the tree@NotThreadSafe public class DefaultTreeWithID<KEYTYPE,DATATYPE> extends BasicTreeWithID<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>>
| Constructor and Description |
|---|
DefaultTreeWithID() |
DefaultTreeWithID(ITreeItemWithIDFactory<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>> aFactory) |
equals, getAllChildren, getChildCount, getRootItem, hasChildren, hashCode, toStringpublic DefaultTreeWithID()
public DefaultTreeWithID(@Nonnull ITreeItemWithIDFactory<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>> aFactory)
Copyright © 2014–2015 Philip Helger. All rights reserved.