List list = coll.getIndexInfo(); for(DBObject o : list){ System.out.println(o); }