Searched defs:getOrDefault (Results 1 – 3 of 3) sorted by relevance
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | Tools.java | 77 …public static String getOrDefault(PropertyValue[] properties, String name, String defaultValue) th… in getOrDefault() method in Tools 88 …public static boolean getOrDefault(PropertyValue[] properties, String name, boolean defaultValue) … in getOrDefault() method in Tools 99 …public static Object getOrDefault(PropertyValue[] properties, String name, Object defaultValue) th… in getOrDefault() method in Tools 110 …public static NamedValue[] getOrDefault(PropertyValue[] properties, String name, NamedValue[] defa… in getOrDefault() method in Tools
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | namedvaluecollection.hxx | 184 … VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rDefault ) const in getOrDefault() function in comphelper::NamedValueCollection 190 … VALUE_TYPE getOrDefault( const ::rtl::OUString& _rValueName, const VALUE_TYPE& _rDefault ) const in getOrDefault() function in comphelper::NamedValueCollection
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | NamedValueCollection.java | 62 public final < T > T getOrDefault( final String i_key, final T i_default ) in getOrDefault() method in NamedValueCollection
|
Completed in 39 milliseconds