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) |
public DefaultTreeWithID()
public DefaultTreeWithID(@Nonnull ITreeItemWithIDFactory<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>> aFactory)
Copyright © 2006–2014 phloc systems. All rights reserved.