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