@Override public void reload() { synchronized (this) { postures.clear(); load(); } }
/** Clears all the vertex data. */ public void clear() { indices.clear(); attributes.clear(); nameToIndex.clear(); }
/** Resets the counts for all objects. The size of {@link #items()} will be 0 after this call. */ public void reset() { counts.clear(); sum = 0; }