Package co.paralleluniverse.galaxy.core.Message

Examples of co.paralleluniverse.galaxy.core.Message.ALLOC_REF


        testSerialize(Message.ALLOC_REF((short) rand.nextInt(), rand.nextInt()));
    }

    @Test
    public void testALLOCED_REFSer() {
        final ALLOC_REF m = Message.ALLOC_REF((short) rand.nextInt(), rand.nextInt());
        testSerialize(Message.ALLOCED_REF(m, rand.nextLong(), rand.nextInt()));
    }
View Full Code Here

TOP

Related Classes of co.paralleluniverse.galaxy.core.Message.ALLOC_REF

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.