class Stripifier.SortedList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.ArrayList |
list |
| Constructor and Description |
|---|
Stripifier.SortedList()
create a new SortedList
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Stripifier.Node |
pop()
remove and return 1st element
|
(package private) int |
sortedInsert(Stripifier.Node data,
int start)
insert into the list sorted by depth.
|
int sortedInsert(Stripifier.Node data, int start)
Stripifier.Node pop()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.