コード例 #1
0
 /** Return true if this buffer is locally empty */
 public final boolean isFlushed() {
   return values.isFlushed();
 }