|
|||||||||
| Home >> All >> org >> schooltool >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.schooltool.misc
Class Utilities

java.lang.Objectorg.schooltool.misc.Utilities
- public class Utilities
- extends java.lang.Object
- Version:
| Constructor Summary | |
Utilities()
Creates new Utilities |
|
| Method Summary | |
static java.lang.Object[][] |
copyModel(java.lang.Object[][] src,
int srcOffset,
java.lang.Object[][] dest,
int destOffset,
int rowsToCopy)
|
static TwoDimArray |
getYears(int advance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Utilities
public Utilities()
- Creates new Utilities
| Method Detail |
copyModel
public static java.lang.Object[][] copyModel(java.lang.Object[][] src, int srcOffset, java.lang.Object[][] dest, int destOffset, int rowsToCopy)
getYears
public static TwoDimArray getYears(int advance)
|
|||||||||
| Home >> All >> org >> schooltool >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.schooltool.misc.Utilities