Class LidSeg

  • All Implemented Interfaces:
    com.hazelcast.nio.serialization.DataSerializable

    
    public class LidSeg
     implements DataSerializable
                        
    Since:

    2023-07-18

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public long next
      public long foot
    • Constructor Summary

      Constructors 
      Constructor Description
      LidSeg()
      LidSeg(long next, long foot)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getNext()
      void setNext(long next)
      long getFoot()
      void setFoot(long foot)
      void writeData(ObjectDataOutput out)
      void readData(ObjectDataInput in)
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait