Searched refs:ByteVectorImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/jdk/internal/reflect/
H A DByteVectorFactory.java30 return new ByteVectorImpl();
34 return new ByteVectorImpl(sz);
H A DByteVectorImpl.java28 class ByteVectorImpl implements ByteVector { class in inherits:ByteVector
32 public ByteVectorImpl() { method in class:ByteVectorImpl
36 public ByteVectorImpl(int sz) { method in class:ByteVectorImpl

Completed in 60 milliseconds