Package com.getperka.flatpack.policy.visitors

Examples of com.getperka.flatpack.policy.visitors.PolicyVisitor


  public void testShuffle() {
    PolicyFile policyFile = loadTestPolicy();

    final Random r = new Random(0);
    for (int i = 0; i < 10; i++) {
      policyFile.accept(new PolicyVisitor() {

        /**
         * Shuffle nested lists.
         */
        @Override
View Full Code Here

TOP

Related Classes of com.getperka.flatpack.policy.visitors.PolicyVisitor

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.