Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > abstraction > data abstraction > interface > Java interface |
| Java interface comparison table | ||
| Subject | have remove method that | have example |
|---|---|---|
| Iterator | allows you to selectively delete elements of the underlying collection | //counts the number of empty strings in a collection of strings |
| Runnable | public interface Drawable |
Up: interface