Java View all facts Glossary Help |
| specification > interface |
| interface comparison table | |||||||
| Subject | have | have remove method that | is a subtopic of | have example | be implemented by | abstract | allow |
|---|---|---|---|---|---|---|---|
| Iterator | 1 or more superinterfaces | allows you to selectively delete elements of the underlying collection | Example Interfaces | //counts the number of empty strings in a collection of strings | |||
| Runnable | specification | Threads | public interface Drawable | the concept of something that will execute code while it is active | |||
| Serializable | specification | Object Serialization | public interface Drawable | Vector class | reading and writing of objects to files |
Next access unit: method Up: access unit, specification Previous access unit: constructor