Uses of Interface
com.jgalgo.graph.IndexIntIdMap
-
Packages that use IndexIntIdMap Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IndexIntIdMap in com.jgalgo.graph
Methods in com.jgalgo.graph that return IndexIntIdMap Modifier and Type Method Description default IndexIntIdMapIndexGraph. indexGraphEdgesMap()Deprecated.this function will always return the identity mapping, no reason to call itIndexIntIdMapIntGraph. indexGraphEdgesMap()default IndexIntIdMapIndexGraph. indexGraphVerticesMap()Deprecated.this function will always return the identity mapping, no reason to call itIndexIntIdMapIntGraph. indexGraphVerticesMap()Methods in com.jgalgo.graph with parameters of type IndexIntIdMap Modifier and Type Method Description static IntCollectionIndexIdMaps. indexToIdCollection(IntCollection indexCollection, IndexIntIdMap map)Create an int IDs collection from a collection of indices.static IntIteratorIndexIdMaps. indexToIdIterator(IntIterator indexIter, IndexIntIdMap map)Create an IDs iterator from an iterator of indices.static IntListIndexIdMaps. indexToIdList(IntList indexList, IndexIntIdMap map)Create an IDs list from a list of indices.static IntSetIndexIdMaps. indexToIdSet(IntSet indexSet, IndexIntIdMap map)Create an IDs set from a set of indices.
-