| 限定符和类型 | 方法和说明 |
|---|---|
VarRef<T> |
copy() |
boolean |
equals(Object o) |
Map<String,String> |
getProps() |
Map<String,String> |
getProps(Predicate<String> filter) |
Map<String,String> |
getPropsIfNotEmpty() |
Map<String,String> |
getPropsIfNotEmpty(Predicate<String> filter) |
String |
getPropString() |
String |
getPropString(Predicate<String> filter) |
T |
getValue() |
int |
hashCode() |
static <T> VarRef<T> |
of(T value) |
static <T> VarRef<T> |
of(T value,
Map<String,String> props) |
String |
toString() |
Copyright © 2025 fossc. All rights reserved.