Examples of Enigma1Roller2


Examples of com.gmail.lukas.karnowski.enigma.roller.enigma1.Enigma1Roller2

    public EnigmaI() {
        super( "Enigma I", 3 );

        rollers[0] = new Enigma1Roller3();
        rollers[1] = new Enigma1Roller1();
        rollers[2] = new Enigma1Roller2();
        reverseRoller = new Enigma1ReverseB();
    }
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.