org.javatuples.valueintf
Interface IValueKey<X>

All Known Implementing Classes:
KeyValue

public interface IValueKey<X>

Marker interface for tuples with a "key" value.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 X getKey()
           
 

Method Detail

getKey

X getKey()


Copyright © 2012 The JAVATUPLES team. All Rights Reserved.