|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LambdaMap<K,V>
A Map that can be treated as a Lambda. The result of value(x) must always be the same
as the result of get(x). keySet() is also overridden to return a
PredicateSets.
LambdaUtil.wrapPartial(edu.rice.cs.plt.lambda.Thunk extends R>, boolean, edu.rice.cs.plt.lambda.Predicate super java.lang.RuntimeException>)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Method Summary | |
|---|---|
PredicateSet<K> |
keySet()
|
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, put, putAll, remove, size, values |
| Methods inherited from interface edu.rice.cs.plt.lambda.Lambda |
|---|
value |
| Method Detail |
|---|
PredicateSet<K> keySet()
keySet in interface java.util.Map<K,V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||