Class AttributeKey<T extends Serializable>

java.lang.Object
com.guflimc.multicore.attribute.AttributeKey<T>
All Implemented Interfaces:
Serializable

public class AttributeKey<T extends Serializable> extends Object implements Serializable
See Also:
  • Constructor Details

    • AttributeKey

      public AttributeKey(String id, Class<T> type)
  • Method Details