Class TagHolder

  • All Implemented Interfaces:

    
    public final class TagHolder<T extends Object>
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final TagKey<T> key
      private final List<Holder<T>> entries
      private final List<TagKey<T>> tagEntries
    • Constructor Summary

      Constructors 
      Constructor Description
      TagHolder(TagKey<T> key, List<Holder<T>> entries, List<TagKey<T>> tagEntries)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final TagKey<T> getKey()
      final List<Holder<T>> getEntries()
      final List<TagKey<T>> getTagEntries()
      • Methods inherited from class java.lang.Object

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