Uses of Record Class
org.jhotdraw8.icollection.PrivateData
Packages that use PrivateData
-
Uses of PrivateData in org.jhotdraw8.icollection
Methods in org.jhotdraw8.icollection with parameters of type PrivateDataModifier and TypeMethodDescriptionChampMap.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.ChampSet.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected ChampVectorMap<K, V> ChampVectorMap.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected ChampVectorSet<E> ChampVectorSet.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected RedBlackMap<K, V> RedBlackMap.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected RedBlackSet<E> RedBlackSet.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected VectorList<E> VectorList.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.Constructors in org.jhotdraw8.icollection with parameters of type PrivateDataModifierConstructorDescriptionprotectedChampMap(PrivateData privateData) Creates a new instance with the provided privateData data object.protectedChampSet(PrivateData privateData) Creates a new instance with the provided privateData data object.protectedChampVectorMap(PrivateData privateData) Creates a new instance with the provided privateData data object.protectedChampVectorSet(PrivateData privateData) Creates a new instance with the provided privateData data object.protectedRedBlackMap(PrivateData privateData) Creates a new instance with the provided privateData data object.protectedRedBlackSet(PrivateData privateData) Creates a new instance with the provided privateData data object.protectedVectorList(PrivateData privateData) Creates a new instance with the provided privateData data object.