The Elements class

public final class Elements {

    public int     size();
    public Element get(int index);
    
}

Previous | Next | Top | Cafe con Leche

Copyright 2004 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified February 9, 2004