Class Hierarchy
- java.lang.Object
- com.jgalgo.graph.AbstractGraph<V,E> (implements com.jgalgo.graph.Graph<V,E>)
- com.jgalgo.graph.Graphs
- com.jgalgo.graph.IndexIdMaps
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- com.jgalgo.graph.NoSuchEdgeException
- com.jgalgo.graph.NoSuchVertexException
- java.lang.IllegalArgumentException
- java.lang.RuntimeException
- java.lang.Exception
- com.jgalgo.graph.WeightFunctions
Interface Hierarchy
- java.util.Comparator<T>
- it.unimi.dsi.fastutil.ints.IntComparator
- com.jgalgo.graph.IWeightFunction (also extends com.jgalgo.graph.WeightFunction<K>)
- com.jgalgo.graph.IWeightFunctionInt (also extends com.jgalgo.graph.WeightFunctionInt<K>)
- com.jgalgo.graph.IWeightsByte (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsByte<K>)
- com.jgalgo.graph.IWeightsInt (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsInt<K>)
- com.jgalgo.graph.IWeightsShort (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsShort<K>)
- com.jgalgo.graph.IWeightsDouble (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsDouble<K>)
- com.jgalgo.graph.IWeightsFloat (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsFloat<K>)
- com.jgalgo.graph.IWeightsLong (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsLong<K>)
- com.jgalgo.graph.IWeightFunctionInt (also extends com.jgalgo.graph.WeightFunctionInt<K>)
- com.jgalgo.graph.IWeightFunction (also extends com.jgalgo.graph.WeightFunction<K>)
- com.jgalgo.graph.WeightFunction<K>
- com.jgalgo.graph.IWeightFunction (also extends it.unimi.dsi.fastutil.ints.IntComparator)
- com.jgalgo.graph.IWeightFunctionInt (also extends com.jgalgo.graph.WeightFunctionInt<K>)
- com.jgalgo.graph.IWeightsByte (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsByte<K>)
- com.jgalgo.graph.IWeightsInt (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsInt<K>)
- com.jgalgo.graph.IWeightsShort (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsShort<K>)
- com.jgalgo.graph.IWeightsDouble (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsDouble<K>)
- com.jgalgo.graph.IWeightsFloat (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsFloat<K>)
- com.jgalgo.graph.IWeightsLong (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsLong<K>)
- com.jgalgo.graph.IWeightFunctionInt (also extends com.jgalgo.graph.WeightFunctionInt<K>)
- com.jgalgo.graph.WeightFunctionInt<K>
- com.jgalgo.graph.IWeightFunctionInt (also extends com.jgalgo.graph.IWeightFunction)
- com.jgalgo.graph.IWeightsByte (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsByte<K>)
- com.jgalgo.graph.IWeightsInt (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsInt<K>)
- com.jgalgo.graph.IWeightsShort (also extends com.jgalgo.graph.IWeights<T>, com.jgalgo.graph.WeightsShort<K>)
- com.jgalgo.graph.WeightsByte<K> (also extends com.jgalgo.graph.Weights<K,T>)
- com.jgalgo.graph.IWeightsByte (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsInt<K> (also extends com.jgalgo.graph.Weights<K,T>)
- com.jgalgo.graph.IWeightsInt (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsShort<K> (also extends com.jgalgo.graph.Weights<K,T>)
- com.jgalgo.graph.IWeightsShort (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.IWeightFunctionInt (also extends com.jgalgo.graph.IWeightFunction)
- com.jgalgo.graph.WeightsDouble<K> (also extends com.jgalgo.graph.Weights<K,T>)
- com.jgalgo.graph.IWeightsDouble (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsFloat<K> (also extends com.jgalgo.graph.Weights<K,T>)
- com.jgalgo.graph.IWeightsFloat (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsLong<K> (also extends com.jgalgo.graph.Weights<K,T>)
- com.jgalgo.graph.IWeightsLong (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.IWeightFunction (also extends it.unimi.dsi.fastutil.ints.IntComparator)
- it.unimi.dsi.fastutil.ints.IntComparator
- com.jgalgo.graph.Graph<V,E>
- com.jgalgo.graph.IntGraph
- com.jgalgo.graph.IndexGraph
- com.jgalgo.graph.IntGraph
- com.jgalgo.graph.GraphBuilder<V,E>
- com.jgalgo.graph.IntGraphBuilder
- com.jgalgo.graph.IndexGraphBuilder
- com.jgalgo.graph.IntGraphBuilder
- com.jgalgo.graph.GraphFactory<V,E>
- com.jgalgo.graph.IntGraphFactory
- com.jgalgo.graph.IndexGraphFactory
- com.jgalgo.graph.IntGraphFactory
- com.jgalgo.graph.IdBuilder<K>
- com.jgalgo.graph.IdBuilderInt
- com.jgalgo.graph.IndexGraphBuilder.ReIndexedGraph
- com.jgalgo.graph.IndexGraphBuilder.ReIndexingMap
- com.jgalgo.graph.IndexIdMap<K>
- com.jgalgo.graph.IndexIntIdMap
- com.jgalgo.graph.IndexRemoveListener
- java.lang.Iterable<T>
- java.util.Collection<E>
- it.unimi.dsi.fastutil.ints.IntCollection (also extends it.unimi.dsi.fastutil.ints.IntIterable)
- java.util.Set<E>
- it.unimi.dsi.fastutil.ints.IntIterable
- it.unimi.dsi.fastutil.ints.IntCollection (also extends java.util.Collection<E>)
- java.util.Collection<E>
- java.util.Iterator<E>
- com.jgalgo.graph.EdgeIter<V,E>
- com.jgalgo.graph.IEdgeIter (also extends it.unimi.dsi.fastutil.ints.IntIterator)
- java.util.PrimitiveIterator<T,T_CONS>
- java.util.PrimitiveIterator.OfInt
- it.unimi.dsi.fastutil.ints.IntIterator
- java.util.PrimitiveIterator.OfInt
- com.jgalgo.graph.EdgeIter<V,E>
- com.jgalgo.graph.Weights<K,T>
- com.jgalgo.graph.IWeights<T>
- com.jgalgo.graph.IWeightsBool (also extends com.jgalgo.graph.WeightsBool<K>)
- com.jgalgo.graph.IWeightsByte (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.WeightsByte<K>)
- com.jgalgo.graph.IWeightsChar (also extends com.jgalgo.graph.WeightsChar<K>)
- com.jgalgo.graph.IWeightsDouble (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.WeightsDouble<K>)
- com.jgalgo.graph.IWeightsFloat (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.WeightsFloat<K>)
- com.jgalgo.graph.IWeightsInt (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.WeightsInt<K>)
- com.jgalgo.graph.IWeightsLong (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.WeightsLong<K>)
- com.jgalgo.graph.IWeightsObj<T> (also extends com.jgalgo.graph.WeightsObj<K,T>)
- com.jgalgo.graph.IWeightsShort (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.WeightsShort<K>)
- com.jgalgo.graph.WeightsBool<K>
- com.jgalgo.graph.IWeightsBool (also extends com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsByte<K> (also extends com.jgalgo.graph.WeightFunctionInt<K>)
- com.jgalgo.graph.IWeightsByte (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsChar<K>
- com.jgalgo.graph.IWeightsChar (also extends com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsDouble<K> (also extends com.jgalgo.graph.WeightFunction<K>)
- com.jgalgo.graph.IWeightsDouble (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsFloat<K> (also extends com.jgalgo.graph.WeightFunction<K>)
- com.jgalgo.graph.IWeightsFloat (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsInt<K> (also extends com.jgalgo.graph.WeightFunctionInt<K>)
- com.jgalgo.graph.IWeightsInt (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsLong<K> (also extends com.jgalgo.graph.WeightFunction<K>)
- com.jgalgo.graph.IWeightsLong (also extends com.jgalgo.graph.IWeightFunction, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsObj<K,T>
- com.jgalgo.graph.IWeightsObj<T> (also extends com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.WeightsShort<K> (also extends com.jgalgo.graph.WeightFunctionInt<K>)
- com.jgalgo.graph.IWeightsShort (also extends com.jgalgo.graph.IWeightFunctionInt, com.jgalgo.graph.IWeights<T>)
- com.jgalgo.graph.IWeights<T>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.jgalgo.graph.GraphFactory.Hint
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)