Uses of Class
org.jvnet.hk2.internal.IndexedListData
Packages that use IndexedListData
-
Uses of IndexedListData in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as IndexedListDataFields in org.jvnet.hk2.internal with type parameters of type IndexedListDataModifier and TypeFieldDescriptionprivate final HashMap
<String, IndexedListData> ServiceLocatorImpl.descriptorsByAdvertisedContract
private final HashMap
<String, IndexedListData> ServiceLocatorImpl.descriptorsByName
private final Set
<IndexedListData> SystemDescriptor.myLists
Methods in org.jvnet.hk2.internal with parameters of type IndexedListDataModifier and TypeMethodDescription(package private) void
SystemDescriptor.addList
(IndexedListData indexedList) (package private) void
SystemDescriptor.removeList
(IndexedListData indexedList) Method parameters in org.jvnet.hk2.internal with type arguments of type IndexedListDataModifier and TypeMethodDescription(package private) int
ServiceLocatorImpl.unsortIndexes
(int newRank, SystemDescriptor<?> desc, Set<IndexedListData> myLists)