edu.pdx.cs399J.j2se15
Class NumericOperators
java.lang.Object
edu.pdx.cs399J.j2se15.NumericOperators
public class NumericOperators
- extends Object
Demonstrates adding behavior to enumerated types.
- Since:
- Summer 2004
- Version:
- $Revision: 1.2 $
- Author:
- David Whitlock
|
Method Summary |
static void |
main(String[] args)
Evaluates several expressions using the Operation
enumerated type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumericOperators
public NumericOperators()
main
public static void main(String[] args)
- Evaluates several expressions using the
Operation
enumerated type.
Copyright © 2000-2009 Portland State University. All Rights Reserved.