Class ReferenceIteratorValue

    • Constructor Summary

      Constructors 
      Constructor Description
      ReferenceIteratorValue​(java.util.PrimitiveIterator.OfInt idIterator)  
    • Method Summary

      Modifier and Type Method Description
      java.util.BitSet getAsBitSet()  
      java.util.List<java.lang.Integer> getAsList()  
      java.util.PrimitiveIterator.OfInt getIdIterator()  
      MultiReferenceValueType getType()  
      void readValues​(java.io.DataInputStream dataInputStream)  
      void writeValues​(java.io.DataOutputStream dataOutputStream)  
      • Methods inherited from class java.lang.Object

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

      • ReferenceIteratorValue

        public ReferenceIteratorValue​(java.util.PrimitiveIterator.OfInt idIterator)
    • Method Detail

      • writeValues

        public void writeValues​(java.io.DataOutputStream dataOutputStream)
                         throws java.io.IOException
        Specified by:
        writeValues in interface MultiReferenceValue
        Throws:
        java.io.IOException
      • readValues

        public void readValues​(java.io.DataInputStream dataInputStream)
                        throws java.io.IOException
        Specified by:
        readValues in interface MultiReferenceValue
        Throws:
        java.io.IOException
      • getIdIterator

        public java.util.PrimitiveIterator.OfInt getIdIterator()
      • getAsList

        public java.util.List<java.lang.Integer> getAsList()
      • getAsBitSet

        public java.util.BitSet getAsBitSet()