|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.mapping.PropertySet
gnu.mapping.Procedure
gnu.mapping.Procedure1
gnu.kawa.functions.CountValues
public class CountValues
Return the number of values in the argument.
| Field Summary | |
|---|---|
static CountValues |
countValues
|
| Constructor Summary | |
|---|---|
CountValues()
|
|
| Method Summary | |
|---|---|
void |
apply(CallContext ctx)
Call this Procedure using the explicit-CallContext-convention. |
java.lang.Object |
apply1(java.lang.Object arg)
|
static int |
countValues(java.lang.Object arg)
|
| Methods inherited from class gnu.mapping.Procedure1 |
|---|
apply0, apply2, apply3, apply4, applyN, numArgs |
| Methods inherited from class gnu.mapping.Procedure |
|---|
apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getSetter, getSourceLocation, match0, match1, match2, match3, match4, matchN, maxArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toString |
| Methods inherited from class gnu.mapping.PropertySet |
|---|
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CountValues countValues
| Constructor Detail |
|---|
public CountValues()
| Method Detail |
|---|
public static int countValues(java.lang.Object arg)
public java.lang.Object apply1(java.lang.Object arg)
apply1 in class Procedure1public void apply(CallContext ctx)
Procedure
apply in class Procedure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||