User Tools

Site Tools


glossary:interface

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
glossary:interface [2021-09-02 13:05] – old revision restored (2021-05-11 17:16) 65.21.179.175glossary:interface [2021-09-02 13:05] – old revision restored (2021-05-11 16:40) 65.21.179.175
Line 55: Line 55:
  
 ==== Examples ==== ==== Examples ====
-[[http://docs.oracle.com/javase/7/docs/api/|java.util.Collection<E>]]: +
-<code java> +
-public interface Collection<E> extends Iterable<E>  +
-+
-    boolean add(E e); +
-    boolean addAll(Collection<? extends E> c) +
-    void clear() +
-    boolean contains(Object o) +
-    ... +
-+
-</code>+
 ==== Alternative Definitions ==== ==== Alternative Definitions ====
 /*i.e. slightly different definitions for basically the same thing*/ /*i.e. slightly different definitions for basically the same thing*/
glossary/interface.txt · Last modified: 2021-10-20 20:14 by christian