static IntCollection |
IndexIdMaps.idToIndexCollection(IntCollection idCollection,
IndexIdMap map) |
Create an indices collection from a collection of IDs.
|
static IntIterator |
IndexIdMaps.idToIndexIterator(IntIterator idIter,
IndexIdMap map) |
Create an indices iterator from an iterator of IDs.
|
static WeightFunction.Int |
IndexIdMaps.idToIndexWeightFunc(WeightFunction.Int w,
IndexIdMap map) |
Create a weight function that accept elements indices, given a weight function that accept elements IDs.
|
static WeightFunction |
IndexIdMaps.idToIndexWeightFunc(WeightFunction w,
IndexIdMap map) |
Create a weight function that accept elements indices, given a weight function that accept elements IDs.
|
static Weights.Byte |
IndexIdMaps.idToIndexWeights(Weights.Byte weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|
static Weights.Char |
IndexIdMaps.idToIndexWeights(Weights.Char weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
elements IDs.
|
static Weights.Double |
IndexIdMaps.idToIndexWeights(Weights.Double weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|
static Weights.Float |
IndexIdMaps.idToIndexWeights(Weights.Float weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|
static Weights.Int |
IndexIdMaps.idToIndexWeights(Weights.Int weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|
static Weights.Long |
IndexIdMaps.idToIndexWeights(Weights.Long weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|
static Weights.Short |
IndexIdMaps.idToIndexWeights(Weights.Short weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|
static <W> Weights<W> |
IndexIdMaps.idToIndexWeights(Weights<W> weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|
static IntCollection |
IndexIdMaps.indexToIdCollection(IntCollection indexCollection,
IndexIdMap map) |
Create an IDs collection from a collection of indices.
|
static EdgeIter |
IndexIdMaps.indexToIdEdgeIter(EdgeIter indexIter,
IndexIdMap verticesMap,
IndexIdMap edgesMap) |
Create an EdgeIter that return IDs of vertices and edges from an EdgeIter that return indices of
vertices and edges.
|
static IntIterator |
IndexIdMaps.indexToIdIterator(IntIterator indexIter,
IndexIdMap map) |
Create an IDs iterator from an iterator of indices.
|
static IntList |
IndexIdMaps.indexToIdList(IntList indexList,
IndexIdMap map) |
Create an IDs list from a list of indices.
|
static Weights.Bool |
IndexIdMaps.indexWeightsFromWeights(Weights.Bool weights,
IndexIdMap map) |
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the
element IDs.
|