类 BlockManager<V>


  • public class BlockManager<V>
    extends java.lang.Object
    • 构造器概要

      构造器 
      构造器 说明
      BlockManager()  
      BlockManager​(java.util.Collection<? extends java.util.Collection<? extends V>> data)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void add​(java.util.List<V> col)  
      V get​(int col, int row)  
      int length()  
      void reshape​(int cols, int rows)  
      void set​(V value, int col, int row)  
      int size()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • BlockManager

        public BlockManager()
      • BlockManager

        public BlockManager​(java.util.Collection<? extends java.util.Collection<? extends V>> data)
    • 方法详细资料

      • reshape

        public void reshape​(int cols,
                            int rows)
      • get

        public V get​(int col,
                     int row)
      • set

        public void set​(V value,
                        int col,
                        int row)
      • add

        public void add​(java.util.List<V> col)
      • size

        public int size()
      • length

        public int length()