Class MultiLinkList


  • public class MultiLinkList
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiLinkList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int add​(one.empty3.feature.P2P2 p2P2)  
      one.empty3.feature.P2P2 get​(int i)  
      void reset()  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • MultiLinkList

        public MultiLinkList()
    • Method Detail

      • reset

        public void reset()
      • get

        public one.empty3.feature.P2P2 get​(int i)
      • add

        public int add​(one.empty3.feature.P2P2 p2P2)
      • size

        public int size()