org.javatuples.valueintf
Interface IValueValue<X>

All Known Implementing Classes:
KeyValue, LabelValue

public interface IValueValue<X>

Marker interface for tuples with a "value" value.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 X getValue()
           
 

Method Detail

getValue

X getValue()


Copyright © 2012 The JAVATUPLES team. All Rights Reserved.