Java View all facts Glossary Help |
specification > interface > Iterator |
Iterator comparison table |
Subject | have remove method that | is a kind of | is a synonym of | is a subtopic of | have example | is an instance of | has definition |
---|---|---|---|---|---|---|---|
interface | specification | abstract data type | Interfaces | public interface Drawable | A named collection of method declarations (without implementations), may also include constant declarations (variables marked static and final) | ||
Iterator | allows you to selectively delete elements of the underlying collection | Example Interfaces | //counts the number of empty strings in a collection of strings | interface |
Next interface: Runnable Up: interface Previous interface: Serializable