T
public abstract class DataBuffer<T> extends Object
DataBuffer()
abstract void
flip()
abstract T
get()
put(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DataBuffer()
public abstract void flip()
public abstract void put(T t)
t
public abstract T get()
Copyright © 2022. All rights reserved.