Package org.axsl.common.value

Examples of org.axsl.common.value.RetrievePosition


        final List<Marker> pageMarkers = getMarkers();
        if (getMarkers().isEmpty()) {
            return null;
        }

        final RetrievePosition retrievePosition =
                retrieve.traitRetrievePosition();
        // search forward if 'first-starting-within-page' or
        // 'first-including-carryover'
        if (retrievePosition == RetrievePosition.FIRST_INCLUDING_CARRYOVER) {
            for (int i = 0; i < pageMarkers.size(); i++) {
View Full Code Here

TOP

Related Classes of org.axsl.common.value.RetrievePosition

Copyright © 2018 www.massapicom. 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.