jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi.java
changeset 10694 cf59e2badd14
parent 1337 e8d6cef36199
child 18780 f47b920867e7
equal deleted inserted replaced
10693:6e9ebed2e783 10694:cf59e2badd14
    34    /**
    34    /**
    35     * Method getIterator
    35     * Method getIterator
    36     *
    36     *
    37     * @return the iterator for the storage
    37     * @return the iterator for the storage
    38     */
    38     */
    39    public abstract Iterator getIterator();
    39    public abstract Iterator<?> getIterator();
    40 }
    40 }