Class PropertyMap

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMultimap<String,Property>
com.mojang.authlib.properties.PropertyMap
All Implemented Interfaces:
com.google.common.collect.Multimap<String,Property>

public class PropertyMap extends com.google.common.collect.ForwardingMultimap<String,Property>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PropertyMap
     
    private final com.google.common.collect.Multimap<String,Property>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PropertyMap(com.google.common.collect.Multimap<String,Property> properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.google.common.collect.Multimap<String,Property>
     

    Methods inherited from class com.google.common.collect.ForwardingMultimap

    asMap, clear, containsEntry, containsKey, containsValue, entries, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, putAll, remove, removeAll, replaceValues, size, values

    Methods inherited from class com.google.common.collect.ForwardingObject

    toString

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.common.collect.Multimap

    forEach
  • Field Details

    • EMPTY

      public static final PropertyMap EMPTY
    • properties

      private final com.google.common.collect.Multimap<String,Property> properties
  • Constructor Details

    • PropertyMap

      public PropertyMap(com.google.common.collect.Multimap<String,Property> properties)
  • Method Details

    • delegate

      protected com.google.common.collect.Multimap<String,Property> delegate()
      Specified by:
      delegate in class com.google.common.collect.ForwardingMultimap<String,Property>