JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
com.jgalgo.alg.Bfs.IntIter.lastEdge()
com.jgalgo.alg.Bfs.IntIter.next()
Please use the corresponding type-specific method instead.
com.jgalgo.alg.BiConnectedComponentsAlgo.IResult.getVertexBiCcs(Integer)
com.jgalgo.alg.BiConnectedComponentsAlgo.IResult.isCutVertex(Integer)
com.jgalgo.alg.CoresAlgo.IResult.vertexCoreNum(Integer)
com.jgalgo.alg.Dfs.IntIter.next()
com.jgalgo.alg.IFlow.getFlow(Integer)
com.jgalgo.alg.IFlow.getSupply(Integer)
com.jgalgo.alg.IMatching.containsEdge(Integer)
com.jgalgo.alg.IMatching.getMatchedEdge(Integer)
com.jgalgo.alg.IMatching.isVertexMatched(Integer)
com.jgalgo.alg.IPath.source()
com.jgalgo.alg.IPath.target()
com.jgalgo.alg.IVertexBiPartition.isLeft(Integer)
com.jgalgo.alg.IVertexBiPartition.vertexBlock(Integer)
com.jgalgo.alg.IVertexPartition.vertexBlock(Integer)
com.jgalgo.alg.LowestCommonAncestorOffline.IQueries.addQuery(Integer, Integer)
com.jgalgo.alg.LowestCommonAncestorOffline.IQueries.getQuerySource(int)
com.jgalgo.alg.LowestCommonAncestorOffline.IQueries.getQueryTarget(int)
com.jgalgo.alg.LowestCommonAncestorOffline.IResult.getLca(int)
com.jgalgo.alg.LowestCommonAncestorStatic.IDataStructure.findLca(Integer, Integer)
com.jgalgo.alg.ShortestPathAllPairs.IResult.distance(Integer, Integer)
com.jgalgo.alg.ShortestPathAllPairs.IResult.getPath(Integer, Integer)
com.jgalgo.alg.ShortestPathSingleSource.IResult.distance(Integer)
com.jgalgo.alg.ShortestPathSingleSource.IResult.getPath(Integer)
com.jgalgo.alg.TopologicalOrderAlgo.IResult.vertexOrderIndex(Integer)
com.jgalgo.alg.TreePathMaxima.IQueries.addQuery(Integer, Integer)
com.jgalgo.alg.TreePathMaxima.IQueries.getQuerySource(int)
com.jgalgo.alg.TreePathMaxima.IQueries.getQueryTarget(int)
com.jgalgo.alg.TreePathMaxima.IResult.getHeaviestEdge(int)
com.jgalgo.alg.VoronoiAlgo.IResult.blockSite(int)
com.jgalgo.alg.VoronoiAlgo.IResult.distance(Integer)
com.jgalgo.alg.VoronoiAlgo.IResult.getPath(Integer)
com.jgalgo.alg.VoronoiAlgo.IResult.vertexSite(Integer)
com.jgalgo.graph.IEdgeIter.peekNext()
com.jgalgo.graph.IEdgeIter.source()
com.jgalgo.graph.IEdgeIter.target()
com.jgalgo.graph.IndexGraph.addEdge(int, int, int)
com.jgalgo.graph.IndexGraph.addVertex(int)
com.jgalgo.graph.IndexGraph.indexGraph()
this function will always return the same graph, no reason to call it
com.jgalgo.graph.IndexGraph.indexGraphEdgesMap()
this function will always return the identity mapping, no reason to call it
com.jgalgo.graph.IndexGraph.indexGraphVerticesMap()
this function will always return the identity mapping, no reason to call it
com.jgalgo.graph.IndexGraphBuilder.addVertex(int)
com.jgalgo.graph.IndexIntIdMap.idToIndex(Integer)
com.jgalgo.graph.IndexIntIdMap.idToIndexIfExist(Integer)
com.jgalgo.graph.IndexIntIdMap.indexToId(int)
com.jgalgo.graph.IndexIntIdMap.indexToIdIfExist(int)
com.jgalgo.graph.IntGraph.addEdge(Integer, Integer, Integer)
com.jgalgo.graph.IntGraph.addVertex(Integer)
com.jgalgo.graph.IntGraph.edgeEndpoint(Integer, Integer)
com.jgalgo.graph.IntGraph.edgeSource(Integer)
com.jgalgo.graph.IntGraph.edgeTarget(Integer)
com.jgalgo.graph.IntGraph.getEdge(Integer, Integer)
com.jgalgo.graph.IntGraph.getEdges(Integer, Integer)
com.jgalgo.graph.IntGraph.inEdges(Integer)
com.jgalgo.graph.IntGraph.outEdges(Integer)
com.jgalgo.graph.IntGraph.removeEdge(Integer)
com.jgalgo.graph.IntGraph.removeEdgesOf(Integer)
com.jgalgo.graph.IntGraph.removeInEdgesOf(Integer)
com.jgalgo.graph.IntGraph.removeOutEdgesOf(Integer)
com.jgalgo.graph.IntGraph.removeVertex(Integer)
com.jgalgo.graph.IntGraph.reverseEdge(Integer)
com.jgalgo.graph.IntGraphBuilder.addEdge(Integer, Integer, Integer)
com.jgalgo.graph.IntGraphBuilder.addVertex(Integer)
com.jgalgo.graph.IWeightFunction.compare(Integer, Integer)
com.jgalgo.graph.IWeightFunction.weight(Integer)
com.jgalgo.graph.IWeightFunctionInt.compare(Integer, Integer)
com.jgalgo.graph.IWeightFunctionInt.weight(int)
com.jgalgo.graph.IWeightFunctionInt.weightInt(Integer)
com.jgalgo.graph.IWeights.getAsObj(Integer)
com.jgalgo.graph.IWeights.setAsObj(Integer, T)
com.jgalgo.graph.IWeightsBool.get(Integer)
com.jgalgo.graph.IWeightsBool.getAsObj(int)
com.jgalgo.graph.IWeightsBool.set(Integer, boolean)
com.jgalgo.graph.IWeightsBool.setAsObj(int, Boolean)
com.jgalgo.graph.IWeightsByte.compare(Integer, Integer)
com.jgalgo.graph.IWeightsByte.get(Integer)
com.jgalgo.graph.IWeightsByte.getAsObj(int)
com.jgalgo.graph.IWeightsByte.set(Integer, byte)
com.jgalgo.graph.IWeightsByte.setAsObj(int, Byte)
com.jgalgo.graph.IWeightsByte.weightInt(Integer)
com.jgalgo.graph.IWeightsChar.get(Integer)
com.jgalgo.graph.IWeightsChar.getAsObj(int)
com.jgalgo.graph.IWeightsChar.set(Integer, char)
com.jgalgo.graph.IWeightsChar.setAsObj(int, Character)
com.jgalgo.graph.IWeightsDouble.compare(Integer, Integer)
com.jgalgo.graph.IWeightsDouble.get(Integer)
com.jgalgo.graph.IWeightsDouble.getAsObj(int)
com.jgalgo.graph.IWeightsDouble.set(Integer, double)
com.jgalgo.graph.IWeightsDouble.setAsObj(int, Double)
com.jgalgo.graph.IWeightsDouble.weight(Integer)
com.jgalgo.graph.IWeightsFloat.compare(Integer, Integer)
com.jgalgo.graph.IWeightsFloat.get(Integer)
com.jgalgo.graph.IWeightsFloat.getAsObj(int)
com.jgalgo.graph.IWeightsFloat.set(Integer, float)
com.jgalgo.graph.IWeightsFloat.setAsObj(int, Float)
com.jgalgo.graph.IWeightsFloat.weight(Integer)
com.jgalgo.graph.IWeightsInt.compare(Integer, Integer)
com.jgalgo.graph.IWeightsInt.get(Integer)
com.jgalgo.graph.IWeightsInt.getAsObj(int)
com.jgalgo.graph.IWeightsInt.set(Integer, int)
com.jgalgo.graph.IWeightsInt.setAsObj(int, Integer)
com.jgalgo.graph.IWeightsInt.weightInt(Integer)
com.jgalgo.graph.IWeightsLong.compare(Integer, Integer)
com.jgalgo.graph.IWeightsLong.get(Integer)
com.jgalgo.graph.IWeightsLong.getAsObj(int)
com.jgalgo.graph.IWeightsLong.set(Integer, long)
com.jgalgo.graph.IWeightsLong.setAsObj(int, Long)
com.jgalgo.graph.IWeightsLong.weight(Integer)
com.jgalgo.graph.IWeightsObj.get(Integer)
com.jgalgo.graph.IWeightsObj.getAsObj(int)
com.jgalgo.graph.IWeightsObj.set(Integer, T)
com.jgalgo.graph.IWeightsObj.setAsObj(int, T)
com.jgalgo.graph.IWeightsShort.compare(Integer, Integer)
com.jgalgo.graph.IWeightsShort.get(Integer)
com.jgalgo.graph.IWeightsShort.getAsObj(int)
com.jgalgo.graph.IWeightsShort.set(Integer, short)
com.jgalgo.graph.IWeightsShort.setAsObj(int, Short)
com.jgalgo.graph.IWeightsShort.weightInt(Integer)
com.jgalgo.graph.WeightFunctionInt.weight(K)
com.jgalgo.graph.WeightsBool.defaultWeightAsObj()
com.jgalgo.graph.WeightsBool.getAsObj(K)
com.jgalgo.graph.WeightsBool.setAsObj(K, Boolean)
com.jgalgo.graph.WeightsByte.defaultWeightAsObj()
com.jgalgo.graph.WeightsByte.getAsObj(K)
com.jgalgo.graph.WeightsByte.setAsObj(K, Byte)
com.jgalgo.graph.WeightsChar.defaultWeightAsObj()
com.jgalgo.graph.WeightsChar.getAsObj(K)
com.jgalgo.graph.WeightsChar.setAsObj(K, Character)
com.jgalgo.graph.WeightsDouble.defaultWeightAsObj()
com.jgalgo.graph.WeightsDouble.getAsObj(K)
com.jgalgo.graph.WeightsDouble.setAsObj(K, Double)
com.jgalgo.graph.WeightsFloat.defaultWeightAsObj()
com.jgalgo.graph.WeightsFloat.getAsObj(K)
com.jgalgo.graph.WeightsFloat.setAsObj(K, Float)
com.jgalgo.graph.WeightsInt.defaultWeightAsObj()
com.jgalgo.graph.WeightsInt.getAsObj(K)
com.jgalgo.graph.WeightsInt.setAsObj(K, Integer)
com.jgalgo.graph.WeightsLong.defaultWeightAsObj()
com.jgalgo.graph.WeightsLong.getAsObj(K)
com.jgalgo.graph.WeightsLong.setAsObj(K, Long)
com.jgalgo.graph.WeightsObj.defaultWeightAsObj()
com.jgalgo.graph.WeightsObj.getAsObj(K)
com.jgalgo.graph.WeightsObj.setAsObj(K, T)
com.jgalgo.graph.WeightsShort.defaultWeightAsObj()
com.jgalgo.graph.WeightsShort.getAsObj(K)
com.jgalgo.graph.WeightsShort.setAsObj(K, Short)