Class AccessGroup

  • All Implemented Interfaces:
    AccessGroupUtil, io.aether.utils.ToString

    public class AccessGroup
    extends java.lang.Object
    implements io.aether.utils.ToString, AccessGroupUtil
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.UUID[] data  
      protected long id  
      static io.aether.net.fastMeta.FastMetaType<AccessGroup> META  
      static io.aether.net.fastMeta.FastMetaType<AccessGroup> META_BODY  
      protected java.util.UUID owner  
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessGroup​(java.util.UUID owner, long id, java.util.UUID[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean dataContains​(java.util.UUID el)  
      boolean equals​(java.lang.Object o)  
      java.util.UUID[] getData()  
      long getId()  
      java.util.UUID getOwner()  
      int hashCode()  
      void toString​(io.aether.utils.AString sb)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.aether.utils.ToString

        toString2
    • Field Detail

      • META_BODY

        public static final io.aether.net.fastMeta.FastMetaType<AccessGroup> META_BODY
      • META

        public static final io.aether.net.fastMeta.FastMetaType<AccessGroup> META
      • owner

        protected final java.util.UUID owner
      • id

        protected final long id
      • data

        protected final java.util.UUID[] data
    • Constructor Detail

      • AccessGroup

        public AccessGroup​(java.util.UUID owner,
                           long id,
                           java.util.UUID[] data)
    • Method Detail

      • getOwner

        public java.util.UUID getOwner()
      • getId

        public long getId()
      • dataContains

        public boolean dataContains​(java.util.UUID el)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString