com.groiss.ds
Interface KeyValuePair<K,V>

All Known Implementing Classes:
BasicEvent, BatchJob, ComparablePair, DirectoryServer, ExportablePersistentObject, Lock, Pair, Partner, PersistentObject, ProcessRelation

public interface KeyValuePair<K,V>

This interface is implemented by some classes like PersistantObject, which have a unique key (object id) and a value - the object itself or a string representation. We use it for representing objects in select lists.


Method Summary
 K getKey()
          Get the Key of the Pair.
 V getValue()
          Get the Value of the Pair.
 

Method Detail

getKey

K getKey()
Get the Key of the Pair.


getValue

V getValue()
Get the Value of the Pair.



@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.