KEYTYPE - The type of the key elements for the tree.DATATYPE - The type of the elements contained in the tree@NotThreadSafe public class DefaultTreeWithGlobalUniqueID<KEYTYPE,DATATYPE> extends BasicTreeWithGlobalUniqueID<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>>
| Constructor and Description |
|---|
DefaultTreeWithGlobalUniqueID() |
DefaultTreeWithGlobalUniqueID(ITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>> aFactory) |
containsItemWithID, equals, getAllChildren, getAllItemDatas, getAllItems, getChildCount, getChildWithID, getFactory, getItemCount, getItemDataWithID, getItemWithID, hasChildren, hashCode, isItemSameOrDescendant, removeItemWithID, toStringgetAllChildren, getChildCount, getRootItem, hasChildrenclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetRootItemgetAllChildren, getChildCount, hasChildrenpublic DefaultTreeWithGlobalUniqueID()
public DefaultTreeWithGlobalUniqueID(@Nonnull ITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>> aFactory)
Copyright © 2014–2015 Philip Helger. All rights reserved.