mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
14.58.2016 a125c219656dc8f9a55078bcd4ef2104fe0d8420
opendj-server-legacy/src/main/java/org/opends/server/api/DITCacheMap.java
@@ -172,11 +172,9 @@
  }
  /**
   * Returns a set of stored objects
   * subordinate to subtree DN.
   * Returns a set of stored objects subordinate to subtree DN.
   * @param key subtree DN.
   * @return collection of stored objects
   *         subordinate to subtree DN.
   * @return collection of stored objects subordinate to subtree DN.
   */
  public Collection<T> getSubtree(DN key)
  {
@@ -654,7 +652,6 @@
        node = rootNode;
      }
      /** {@inheritDoc} */
      @Override
      public boolean hasNext()
      {
@@ -687,7 +684,6 @@
        return false;
      }
      /** {@inheritDoc} */
      @Override
      public T next()
      {
@@ -727,7 +723,6 @@
        throw new NoSuchElementException();
      }
      /** {@inheritDoc} */
      @Override
      public void remove()
      {
@@ -735,14 +730,12 @@
      }
    }
    /** {@inheritDoc} */
    @Override
    public Iterator<T> iterator()
    {
      return new SubtreeSetIterator();
    }
    /** {@inheritDoc} */
    @Override
    public int size()
    {