Package ariba.util.fieldvalue

Examples of ariba.util.fieldvalue.OrderedList.sublist()


                else {
                    break;
                }
            }
            _nextGroupIndex = currentIndex;
            sublist = orderedListClassExtension.sublist(_orderedList, startIndex, _nextGroupIndex);
            // ** For convenience, push an element of the sublist into the parent.
            pushItemFromSublist(sublist);
        }
        return sublist;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.