public class StackClosureContext<VariantType> extends AbstractClosureContext<Stack<VariantType>> implements ClosureContext<VariantType>
构造器和说明 |
---|
StackClosureContext() |
限定符和类型 | 方法和说明 |
---|---|
VariantType |
get() |
VariantType |
get(VariantType defaultValue) |
Object |
run(VariantType variant,
Closure runnable) |
$getVariant, closureRun
public VariantType get()
get
在接口中 ClosureContext<VariantType>
public VariantType get(VariantType defaultValue)
get
在接口中 ClosureContext<VariantType>
public Object run(VariantType variant, Closure runnable)
run
在接口中 ClosureContext<VariantType>
Copyright © 2018. All rights reserved.