Home
last modified time | relevance | path

Searched refs:Ints (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java297 static class Ints extends BufferType<IntBuffer, Integer> { class in EqualsCompareTest.BufferType
298 Ints(BufferKind k) { in Ints() method in EqualsCompareTest.BufferType.Ints
457 {new BufferType.Ints(BufferKind.HEAP)}, in bufferTypesProvider()
458 {new BufferType.Ints(BufferKind.HEAP_VIEW)}, in bufferTypesProvider()
459 {new BufferType.Ints(BufferKind.DIRECT)}, in bufferTypesProvider()