public class StaticFunctionTests extends Object
This class contains some test functions.
| Constructor and Description |
|---|
StaticFunctionTests() |
| Modifier and Type | Method and Description |
|---|---|
static int |
add(int a,
int b) |
static int |
getInt(Integer i) |
static Integer |
getInteger(int i) |
static Map |
getSampleMethodMap() |
static void |
main(String[] args) |
static int |
multiply(int a,
int b) |
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.