Algorithmic Sets

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Definition Algorithmic Set == * We want to define an algorithms set via a Predicate deciding if an element is part of the set.“)
 
Zeile 1: Zeile 1:
 
== Definition Algorithmic Set ==
 
== Definition Algorithmic Set ==
* We want to define an algorithms set via a Predicate deciding if an element is part of the set.
+
* We want to define an algorithmic set via a Predicate deciding if an element is part of the set.
 +
* In java we could use the functional interface Predicate<T>
 +
<pre>
 +
public interface Predicate<T>{
 +
   
 +
}
 +
 
 +
</pre>

Version vom 8. November 2014, 10:34 Uhr

Definition Algorithmic Set

  • We want to define an algorithmic set via a Predicate deciding if an element is part of the set.
  • In java we could use the functional interface Predicate<T>
public interface Predicate<T>{
    
}

Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Werkzeuge
Translate