Interface KeyedItem


  • public interface KeyedItem
    An interface that must be implemented by an item inserted into a KeyedItemHashMap.
    • Method Detail

      • getId

        String getId()
        Returns an ID for this item to be used in a KeyedItemHashMap.
        Returns:
        An ID for this item to be used in a KeyedItemHashMap.