Class Collections


  • public class Collections
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean allocateIterators
      When true, Iterable.iterator() for Array, ObjectMap, and other collections will allocate a new iterator for each invocation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Collections()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • allocateIterators

        public static boolean allocateIterators
        When true, Iterable.iterator() for Array, ObjectMap, and other collections will allocate a new iterator for each invocation. When false, the iterator is reused and nested use will throw an exception. Default is false.
    • Constructor Detail

      • Collections

        public Collections()