Class MtPage<T,​V>


  • public class MtPage<T,​V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<T> items  
      V next  
      long totalSize  
    • Constructor Summary

      Constructors 
      Constructor Description
      MtPage()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • totalSize

        public long totalSize
      • items

        public java.util.List<T> items
      • next

        public V next
    • Constructor Detail

      • MtPage

        public MtPage()