Uses of Record Class
me.sbasalaev.collection.IndexedElement
Packages that use IndexedElement
-
Uses of IndexedElement in me.sbasalaev.collection
Methods in me.sbasalaev.collection that return IndexedElementModifier and TypeMethodDescriptionstatic <T> IndexedElement<T> IndexedElement.of(int index, T element) Creates an instance of indexed element.Methods in me.sbasalaev.collection that return types with arguments of type IndexedElementModifier and TypeMethodDescriptionList.indexed()A view of this list where each element is coupled with the corresponding index.