|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.util.Utilities
public class Utilities
Class Description : Common utility functions of the Java Kerberos System.
Constructor Summary | |
---|---|
Utilities()
|
Method Summary | |
---|---|
static java.lang.Object[] |
mergeList(java.lang.Object[] list1,
java.lang.Object[] list2)
Returns the merged list which is a combination of two inputted lists |
static long |
min(long[] timelist)
Returns the minimum value of the array |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utilities()
Method Detail |
---|
public static long min(long[] timelist)
timelist
- long[]
public static java.lang.Object[] mergeList(java.lang.Object[] list1, java.lang.Object[] list2)
list1
- Object[]list2
- Object[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |