Class Vec2Array


  • public class Vec2Array
    extends java.lang.Object
    not thread safe Vec2[] pool
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.HashMap<java.lang.Integer,​Vec2[]> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      Vec2Array()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Vec2[] get​(int argLength)  
      protected Vec2[] getInitializedArray​(int argLength)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        private final java.util.HashMap<java.lang.Integer,​Vec2[]> map
    • Constructor Detail

      • Vec2Array

        public Vec2Array()
    • Method Detail

      • get

        public Vec2[] get​(int argLength)
      • getInitializedArray

        protected Vec2[] getInitializedArray​(int argLength)