public abstract class AbstractResourceFinderAdapter extends Object implements ResourceFinder
ResourceFinder
.Constructor and Description |
---|
AbstractResourceFinderAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Default implementation of
#close() which does nothing. |
void |
remove()
Default implementation of
#remove() which complies with the defined contract. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
open, reset
forEachRemaining, hasNext, next
public void remove()
#remove()
which complies with the defined contract.remove
in interface Iterator<String>
remove
in interface ResourceFinder
public void close()
#close()
which does nothing.close
in interface AutoCloseable
close
in interface ResourceFinder
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.