edu.uci.ics.jung.algorithms.util
Interface SettableTransformer<I,O>
-
- All Superinterfaces:
- com.google.common.base.Function<I,O>
- All Known Implementing Classes:
- MapSettableTransformer
public interface SettableTransformer<I,O> extends com.google.common.base.Function<I,O>An interface for classes that can set the value to be returned (fromtransform()) when invoked on a given input.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidset(I input, O output)Sets the value (output) to be returned by a call totransform(input)).
-
DataMelt 3.0 © DataMelt by jWork.ORG