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

/openjdk7/jdk/src/share/classes/sun/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 30 milliseconds