Class SimpleMatrix<TRow,​TCol,​TValue extends Plussable<TValue>>


  • public class SimpleMatrix<TRow,​TCol,​TValue extends Plussable<TValue>>
    extends Object
    Author:
    Eugene Petrenko Created: 16.03.2010 20:22:06
    • Constructor Detail

      • SimpleMatrix

        public SimpleMatrix()
    • Method Detail

      • get

        @Nullable
        public TValue get​(@NotNull
                          TRow row,
                          @NotNull
                          TCol col)
      • addValue

        public void addValue​(@NotNull
                             TRow row,
                             @NotNull
                             TCol col,
                             @NotNull
                             TValue value)