Aracılığıyla paylaş


KeyedItem Interface

public interface KeyedItem

An interface that must be implemented by an item inserted into a KeyedItemHashMap.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String getId()

Returns an ID for this item to be used in a KeyedItemHashMap.

Method Details

getId

public abstract 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.

Applies to