gnu.trove
Interface TShortFunction
- public interface TShortFunction
Interface for functions that accept and return one short primitive.
Created: Mon Nov 5 22:19:36 2001
- Version:
- $Id: TShortFunction.java,v 1.1 2004/11/09 15:48:47 ericdf Exp $
- Author:
- Eric D. Friedman
Method Summary |
short |
execute(short value)
Execute this function with value |
execute
public short execute(short value)
- Execute this function with value
- Parameters:
value
- an short
input
- Returns:
- an
short
result
GNU Trove is copyright © 2001-2005 Eric D. Friedman. All Rights Reserved.