Package 

Interface Layerable


  • 
    public interface Layerable<ElementType>
    
                        

    Encapsulates the concept of "layerable" objects; Each object is stored above or below each other object and may be moved up and down in the queue relative to other elements in the hash or absolutely to the front or back of the queue. Note that the method names correspond to the order of items drawn directly on top of one another using an iterator; the first element drawn (lowest layer) is effectively the "bottom" element.