Searched refs:dataElem (Results 1 – 2 of 2) sorted by relevance
84 Object dataElem = null ; in before() local86 dataElem = data.get(i) ; in before()88 if (dataElem instanceof Boolean) { in before()91 if (dataElem instanceof Byte) { in before()97 if (dataElem instanceof Short) { in before()100 if (dataElem instanceof Integer) { in before()103 if (dataElem instanceof Long) { in before()106 if (dataElem instanceof Float) { in before()109 if (dataElem instanceof Double) { in before()112 if (dataElem instanceof String) { in before()[all …]
95 Object dataElem = null ; in before() local97 dataElem = data.get(i) ; in before()99 if (dataElem instanceof Boolean) { in before()102 if (dataElem instanceof Byte) { in before()108 if (dataElem instanceof Short) { in before()111 if (dataElem instanceof Integer) { in before()114 if (dataElem instanceof Long) { in before()117 if (dataElem instanceof Float) { in before()120 if (dataElem instanceof Double) { in before()123 if (dataElem instanceof String) { in before()[all …]
Completed in 11 milliseconds