Class ArrayBuffer<T>

java.lang.Object
org.xmlobjects.util.xml.ArrayBuffer<T>
All Implemented Interfaces:
Iterable<T>

public class ArrayBuffer<T> extends Object implements Iterable<T>
  • Method Details

    • trimToSize

      public void trimToSize()
    • iterator

      public Iterator<T> iterator()
      Specified by:
      iterator in interface Iterable<T>