DRCL JavaSim API

drcl.util.scalar
Class IntUtil

java.lang.Object
  |
  +--drcl.util.scalar.IntUtil

public class IntUtil
extends java.lang.Object

Some commonly-used int utilities.


Constructor Summary
IntUtil()
           
 
Method Summary
static boolean isSubset(int[] subset, int[] superset)
          Check if subset is a subset of superset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntUtil

public IntUtil()
Method Detail

isSubset

public static boolean isSubset(int[] subset,
                               int[] superset)
Check if subset is a subset of superset.

DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~