Exemplo n.º 1
0
 /** @see prefuse.data.util.Index#allRows(int) */
 public IntIterator allRows(int type) {
   boolean ascending = (type & Index.TYPE_ASCENDING) > 0;
   return m_index.valueIterator(ascending);
 }