Class DefaultNextGroup

  • All Implemented Interfaces:
    NextGroup

    public class DefaultNextGroup
    extends java.lang.Object
    implements NextGroup
    Default implementation of a next group.
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultNextGroup​(byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] data()
      Serialized form of the next group.
      • Methods inherited from class java.lang.Object

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

      • DefaultNextGroup

        public DefaultNextGroup​(byte[] data)
    • Method Detail

      • data

        public byte[] data()
        Description copied from interface: NextGroup
        Serialized form of the next group.
        Specified by:
        data in interface NextGroup
        Returns:
        a byte array.