Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util
Class CollectionUtil

java.lang.Object
  extended by org.hyperic.util.CollectionUtil

public class CollectionUtil
extends java.lang.Object


Method Summary
static void main(java.lang.String[] args)
           
static void transfer(java.util.Collection source, java.util.Collection dest, int maxElems)
          Transfer up to 'maxElems' elements from the source to the destination.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transfer

public static void transfer(java.util.Collection source,
                            java.util.Collection dest,
                            int maxElems)
Transfer up to 'maxElems' elements from the source to the destination.


main

public static void main(java.lang.String[] args)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.