Class RelatedContentManager.SecondaryLookup

  • Enclosing class:
    RelatedContentManager

    private static class RelatedContentManager.SecondaryLookup
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] hash  
      private int level  
      private byte nets  
    • Constructor Summary

      Constructors 
      Constructor Description
      SecondaryLookup​(byte[] _hash, int _level, byte _nets)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) byte[] getHash()  
      (package private) int getLevel()  
      (package private) byte getNetworks()  
      • Methods inherited from class java.lang.Object

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

      • hash

        private final byte[] hash
      • level

        private final int level
      • nets

        private final byte nets
    • Constructor Detail

      • SecondaryLookup

        SecondaryLookup​(byte[] _hash,
                        int _level,
                        byte _nets)
    • Method Detail

      • getHash

        byte[] getHash()
      • getLevel

        int getLevel()
      • getNetworks

        byte getNetworks()