krb5.util
Class Utilities

java.lang.Object
  extended by krb5.util.Utilities

public class Utilities
extends java.lang.Object

Class Description : Common utility functions of the Java Kerberos System.

Version:
1.1
Author:
Bojan Pajkovski

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

Utilities

public Utilities()
Method Detail

min

public static long min(long[] timelist)
Returns the minimum value of the array

Parameters:
timelist - long[]
Returns:
long

mergeList

public 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

Parameters:
list1 - Object[]
list2 - Object[]
Returns:
Object[]