Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > abstraction > data abstraction > interface > Java interface > Iterator |
| Iterator comparison table | ||||||
| Subject | have remove method that | is a kind of | is a subtopic of | have example | is an instance of | has definition |
|---|---|---|---|---|---|---|
| Java interface | interface | 3.3 - Frameworks: Reusable Subsystems | public interface Drawable | In Java, a software module containing a description of a set of operations that certain classes must implement | ||
| Iterator | allows you to selectively delete elements of the underlying collection | The Basics of Java | //counts the number of empty strings in a collection of strings | Java interface |
Next Java interface: Runnable Up: Java interface