Class UserDataKey<Y>


  • public class UserDataKey<Y>
    extends Object
    Represents key for UserDataStorage Each instance of key represents unique key object
    Since:
    7.0
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 13.12.11 20:59
    • Constructor Detail

      • UserDataKey

        public UserDataKey​(@NotNull
                           Class<Y> clazz,
                           @NotNull
                           String name)