Class RareIntegerData


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

      Constructors 
      Constructor Description
      RareIntegerData​(java.util.List<java.lang.Integer> index, java.util.List<java.lang.Integer> value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Integer> getIndex()  
      java.util.List<java.lang.Integer> getValue()  
      • Methods inherited from class java.lang.Object

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

      • RareIntegerData

        public RareIntegerData​(java.util.List<java.lang.Integer> index,
                               java.util.List<java.lang.Integer> value)
    • Method Detail

      • getIndex

        public java.util.List<java.lang.Integer> getIndex()
      • getValue

        public java.util.List<java.lang.Integer> getValue()