Constant Field Values

Contents

org.simplegraph.*

  • org.simplegraph.impl.DenseGraph<V>
    Modifier and Type
    Constant Field
    Value
    protected static final short
    DEFAULT_SIZE
    15
  • org.simplegraph.impl.DirectedDenseGraph<V>
    Modifier and Type
    Constant Field
    Value
    protected static final short
    DEFAULT_SIZE
    15
  • org.simplegraph.impl.DirectedSparseGraph<V>
    Modifier and Type
    Constant Field
    Value
    protected static final int
    DEFAULT_SIZE
    15
  • org.simplegraph.impl.DirectedWeightedDenseGraph<V>
    Modifier and Type
    Constant Field
    Value
    protected static final short
    DEFAULT_SIZE
    15
  • org.simplegraph.impl.DirectedWeightedSparseGraph<V>
    Modifier and Type
    Constant Field
    Value
    protected static final int
    DEFAULT_SIZE
    15
  • org.simplegraph.impl.SparseGraph<V>
    Modifier and Type
    Constant Field
    Value
    protected static final int
    DEFAULT_SIZE
    15
  • org.simplegraph.impl.WeightedDenseGraph<V>
    Modifier and Type
    Constant Field
    Value
    protected static final short
    DEFAULT_SIZE
    15
  • org.simplegraph.impl.WeightedSparseGraph<V>
    Modifier and Type
    Constant Field
    Value
    protected static final int
    DEFAULT_SIZE
    15