Searched refs:srcIntegerQueue (Results 1 – 2 of 2) sorted by relevance
75 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_Serialization() local77 new SerializationTester<PriorityQueue<Integer>>(srcIntegerQueue, s) { in test_Serialization() argument
681 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_Serialization() local684 .getDeserilizedObject(srcIntegerQueue); in test_Serialization()698 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_Serialization_casting() local701 .getDeserilizedObject(srcIntegerQueue); in test_Serialization_casting()715 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_SerializationCompatibility_cast() local718 .readObject(srcIntegerQueue, SERIALIZATION_FILE_NAME); in test_SerializationCompatibility_cast()