Skip to content

Instantly share code, notes, and snippets.

{
depth: depth,
entryId,
sessionId: scrollSessionId
}
xyz=\
abc=\
123,\
345,\
def=777
List<Boolean> booleanList = new ArrayList<Boolean>() {
{
add(true);
add(false);
}
};
JsonObject jsonObject = new JsonObject();
jsonObject.addProperty("solution", 42);
List<Boolean> booleanList = new ArrayList<Boolean>() {
{
add(true);
add(false);
}
};
List<Number> numberList = new ArrayList<Number>() {
{
add(42);