docstring_tokens
list
code_tokens
list
[ "parses", "a", "given", "string", "region", "as", "an", "integer", "in", "the", "roman", "notation", "*", "leading", "spaces", "(", "before", "a", "possible", "sign", "prefix", ")", "are", "ignored", "the", "permitted", "sign", "prefix", "is", "only", "eit...
[ "int", "value", "=", "str", "length", "(", ")", ",", "pos", "=", "0", ";", "if", "(", "begin", "index", "<", "0", ")", "throw", "new", "string", "index", "out", "of", "bounds", "exception", "(", "begin", "index", ")", ";", "if", "(", "end", "inde...
[ "converts", "a", "given", "value", "into", "its", "abbreviation", "according", "to", "the", "specified", "packed", "list", "of", "abbreviations", "*", "if", "<", "var", ">", "value", "<", "/", "var", ">", "has", "the", "corresponding", "string", "abbreviatio...
[ "int", "prefix", ",", "postfix", ",", "index", ";", "string", "prepend", "=", "null", ";", "if", "(", "(", "postfix", "=", "prefix", "=", "padded", "abbrevs", "list", "length", "(", ")", ")", ">", "1", ")", "{", "char", "separator", ";", "if", "(",...
[ "parses", "a", "given", "string", "region", "as", "an", "integer", "value", "abbreviation", "according", "to", "the", "specified", "packed", "list", "of", "abbreviations", "*", "this", "is", "the", "opposite", "to", "<", "code", ">", "to", "abbreviation", "(...
[ "int", "prefix", "=", "sorted", "ref", "abbrevs", "list", "length", "(", ")", ";", "if", "(", "(", "(", "str", "length", "(", ")", "-", "end", "index", ")", "|", "(", "prefix", "-", "2", ")", "|", "begin", "index", ")", ">", "=", "0", ")", "{...
[ "constructs", "and", "returns", "a", "string", "filled", "with", "a", "given", "character", "*", "the", "resulting", "string", "has", "the", "specified", "length", "and", "is", "entirely", "filled", "with", "the", "specified", "character", "negative", "<", "va...
[ "if", "(", "len", "<", "=", "0", ")", "len", "=", "0", ";", "char", "[", "]", "chars", "=", "new", "char", "[", "len", "]", ";", "if", "(", "ch", "!", "=", "0", ")", "{", "int", "remain", ",", "next", "=", "2", ",", "block", ";", "if", ...
[ "converts", "a", "given", "string", "to", "an", "instance", "of", "this", "class", "*", "this", "method", "returns", "a", "new", "<", "code", ">", "unsigned", "int", "<", "/", "code", ">", "object", "initialized", "to", "the", "unsigned", "decimal", "int...
[ "return", "new", "unsigned", "int", "(", "parse", "(", "str", ",", "0", ",", "str", "length", "(", ")", ",", "true", ",", "'", "9", "'", "-", "'", "0", "'", "+", "1", ")", ")", ";" ]
[ "returns", "the", "value", "of", "<", "code", ">", "this", "<", "/", "code", ">", "number", "as", "<", "code", ">", "int", "<", "/", "code", ">", "*" ]
[ "return", "this", "unsigned", "value", ";" ]
[ "returns", "the", "value", "of", "<", "code", ">", "this", "<", "/", "code", ">", "number", "as", "<", "code", ">", "long", "<", "/", "code", ">", "*", "the", "result", "is", "the", "same", "as", "of", "<", "code", ">", "(", "int", "value", "("...
[ "return", "this", "unsigned", "value", "&", "java", "consts", "int", "lmask", ";" ]
[ "returns", "the", "value", "of", "<", "code", ">", "this", "<", "/", "code", ">", "number", "as", "<", "code", ">", "float", "<", "/", "code", ">", "*", "the", "result", "is", "the", "same", "as", "of", "<", "code", ">", "(", "float", ")", "dou...
[ "int", "unsigned", "value", "=", "this", "unsigned", "value", ";", "return", "(", "unsigned", "value", ">", ">", ">", "1", ")", "*", "2", "0f", "+", "(", "unsigned", "value", "&", "1", ")", ";" ]
[ "returns", "the", "value", "of", "<", "code", ">", "this", "<", "/", "code", ">", "number", "as", "<", "code", ">", "double", "<", "/", "code", ">", "*", "important", "notes", ":", "the", "result", "is", "always", "non", "-", "negative", "*" ]
[ "int", "unsigned", "value", "=", "this", "unsigned", "value", ";", "return", "(", "unsigned", "value", ">", ">", ">", "1", ")", "*", "2", "0d", "+", "(", "unsigned", "value", "&", "1", ")", ";" ]
[ "returns", "a", "hash", "code", "value", "for", "the", "object", "*", "the", "hash", "code", "value", "for", "this", "object", "is", "equal", "to", "the", "primitive", "<", "code", ">", "int", "<", "/", "code", ">", "value", "represented", "by", "this"...
[ "return", "this", "unsigned", "value", ";" ]
[ "indicates", "whether", "<", "code", ">", "this", "<", "/", "code", ">", "object", "is", "equal", "to", "the", "specified", "one", "*", "this", "method", "returns", "<", "code", ">", "true", "<", "/", "code", ">", "if", "and", "only", "if", "<", "v...
[ "return", "obj", "=", "=", "this", "|", "|", "obj", "instanceof", "unsigned", "int", "&", "&", "(", "(", "unsigned", "int", ")", "obj", ")", "unsigned", "value", "=", "=", "this", "unsigned", "value", ";" ]
[ "tests", "for", "being", "semantically", "greater", "than", "the", "argument", "*", "the", "result", "is", "<", "code", ">", "true", "<", "/", "code", ">", "if", "and", "only", "if", "<", "var", ">", "obj", "<", "/", "var", ">", "is", "instance", "...
[ "int", "unsigned", "a", "=", "0", ";", "if", "(", "obj", "!", "=", "this", "&", "&", "obj", "instanceof", "unsigned", "int", ")", "{", "int", "unsigned", "b", "=", "(", "(", "unsigned", "int", ")", "obj", ")", "unsigned", "value", ";", "if", "(",...
[ "converts", "<", "code", ">", "this", "<", "/", "code", ">", "object", "to", "its", "in", "-", "line", "string", "representation", "*", "the", "wrapped", "value", "is", "converted", "to", "its", "unsigned", "decimal", "representation", "and", "returned", "...
[ "return", "to", "string", "(", "this", "unsigned", "value", ",", "true", ")", ";" ]
[ "<", "p", ">", "the", "id", "of", "the", "project", "to", "which", "you", "will", "add", "the", "iam", "user", "<", "/", "p", ">" ]
[ "return", "this", "project", "id", ";" ]
[ "<", "p", ">", "the", "id", "of", "the", "project", "<", "/", "p", ">" ]
[ "set", "project", "id", "(", "project", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "token", "to", "use", "to", "retrieve", "the", "next", "page", "of", "results", "the", "first", "call", "does", "not", "contain", "any", "tokens", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "results", "to", "return", "in", "a", "single", "call", "<", "/", "p", ">" ]
[ "set", "max", "results", "(", "max", "results", ")", ";", "return", "this", ";" ]
[ "loads", "the", "native", "s", "q", "l", "cipher", "library", "into", "the", "application", "process" ]
[ "load", "libs", "(", "context", ",", "context", "get", "files", "dir", "(", ")", ")", ";" ]
[ "loads", "the", "native", "s", "q", "l", "cipher", "library", "into", "the", "application", "process" ]
[ "load", "libs", "(", "context", ",", "working", "dir", ",", "new", "library", "loader", "(", ")", "{", "@", "override", "public", "void", "load", "libraries", "(", "string", "lib", "names", ")", "{", "for", "(", "string", "lib", "name", ":", "lib", "...
[ "loads", "the", "native", "s", "q", "l", "cipher", "library", "into", "the", "application", "process" ]
[ "load", "libs", "(", "context", ",", "context", "get", "files", "dir", "(", ")", ",", "library", "loader", ")", ";" ]
[ "attempts", "to", "release", "memory", "that", "s", "q", "lite", "holds", "but", "does", "not", "require", "to", "operate", "properly", "typically", "this", "memory", "will", "come", "from", "the", "page", "cache" ]
[ "static", "public", "native", "int", "release", "memory", "(", ")", ";" ]
[ "control", "whether", "or", "not", "the", "s", "q", "lite", "database", "is", "made", "thread", "-", "safe", "by", "using", "locks", "around", "critical", "sections", "this", "is", "pretty", "expensive", "so", "if", "you", "know", "that", "your", "db", "...
[ "m", "locking", "enabled", "=", "locking", "enabled", ";" ]
[ "/", "*", "package" ]
[ "if", "(", "!", "m", "locking", "enabled", ")", "return", ";", "if", "(", "s", "q", "lite", "debug", "debug", "lock", "time", "tracking", ")", "{", "if", "(", "m", "lock", "get", "hold", "count", "(", ")", "=", "=", "1", ")", "{", "check", "loc...
[ "releases", "the", "database", "lock" ]
[ "if", "(", "s", "q", "lite", "debug", "debug", "lock", "time", "tracking", ")", "{", "if", "(", "m", "lock", "get", "hold", "count", "(", ")", "=", "=", "1", ")", "{", "check", "lock", "hold", "time", "(", ")", ";", "}", "}", "m", "lock", "un...
[ "returns", "a", "list", "of", "attached", "databases", "including", "the", "main", "database", "by", "executing", "pragma", "database", "list" ]
[ "return", "get", "attached", "dbs", "(", "this", ")", ";" ]
[ "begins", "a", "transaction", "in", "exlcusive", "mode", "transactions", "can", "be", "nested", "when", "the", "outer", "transaction", "is", "ended", "all", "of", "the", "work", "done", "in", "that", "transaction", "and", "all", "of", "the", "nested", "trans...
[ "begin", "transaction", "with", "listener", "internal", "(", "transaction", "listener", ",", "s", "q", "lite", "database", "transaction", "type", "exclusive", ")", ";" ]
[ "begins", "a", "transaction", "in", "immediate", "mode" ]
[ "begin", "transaction", "with", "listener", "internal", "(", "null", ",", "s", "q", "lite", "database", "transaction", "type", "immediate", ")", ";" ]
[ "begins", "a", "transaction", "in", "immediate", "mode" ]
[ "begin", "transaction", "with", "listener", "internal", "(", "transaction", "listener", ",", "s", "q", "lite", "database", "transaction", "type", "immediate", ")", ";" ]
[ "return", "true", "if", "there", "is", "a", "transaction", "pending" ]
[ "return", "m", "lock", "get", "hold", "count", "(", ")", ">", "0", ";" ]
[ "checks", "if", "the", "database", "lock", "is", "held", "by", "this", "thread" ]
[ "return", "m", "lock", "is", "held", "by", "current", "thread", "(", ")", ";" ]
[ "checks", "if", "the", "database", "is", "locked", "by", "another", "thread", "this", "is", "just", "an", "estimate", "since", "this", "status", "can", "change", "at", "any", "time", "including", "after", "the", "call", "is", "made", "but", "before", "the"...
[ "return", "!", "m", "lock", "is", "held", "by", "current", "thread", "(", ")", "&", "&", "m", "lock", "is", "locked", "(", ")", ";" ]
[ "open", "the", "database", "according", "to", "the", "flags", "{", "@", "link", "#", "open", "readwrite", "}", "{", "@", "link", "#", "open", "readonly", "}", "{", "@", "link", "#", "create", "if", "necessary", "}", "and", "/", "or", "{", "@", "lin...
[ "return", "open", "database", "(", "path", ",", "password", ",", "factory", ",", "flags", ",", "null", ")", ";" ]
[ "open", "the", "database", "according", "to", "the", "flags", "{", "@", "link", "#", "open", "readwrite", "}", "{", "@", "link", "#", "open", "readonly", "}", "{", "@", "link", "#", "create", "if", "necessary", "}", "and", "/", "or", "{", "@", "lin...
[ "return", "open", "database", "(", "path", ",", "password", ",", "factory", ",", "flags", ",", "null", ",", "null", ")", ";" ]
[ "open", "the", "database", "according", "to", "the", "flags", "{", "@", "link", "#", "open", "readwrite", "}", "{", "@", "link", "#", "open", "readonly", "}", "{", "@", "link", "#", "create", "if", "necessary", "}", "and", "/", "or", "{", "@", "lin...
[ "return", "open", "database", "(", "path", ",", "password", ",", "factory", ",", "flags", ",", "hook", ",", "null", ")", ";" ]
[ "open", "the", "database", "according", "to", "the", "flags", "{", "@", "link", "#", "open", "readwrite", "}", "{", "@", "link", "#", "open", "readonly", "}", "{", "@", "link", "#", "create", "if", "necessary", "}", "and", "/", "or", "{", "@", "lin...
[ "return", "open", "database", "(", "path", ",", "password", ",", "factory", ",", "flags", ",", "hook", ",", "null", ")", ";" ]
[ "open", "the", "database", "according", "to", "the", "flags", "{", "@", "link", "#", "open", "readwrite", "}", "{", "@", "link", "#", "open", "readonly", "}", "{", "@", "link", "#", "create", "if", "necessary", "}", "and", "/", "or", "{", "@", "lin...
[ "return", "open", "database", "(", "path", ",", "password", "=", "=", "null", "?", "null", ":", "password", "to", "char", "array", "(", ")", ",", "factory", ",", "flags", ",", "hook", ",", "error", "handler", ")", ";" ]
[ "equivalent", "to", "open", "database", "(", "file", "get", "path", "(", ")", "password", "factory", "create", "if", "necessary", "database", "hook", ")" ]
[ "return", "open", "or", "create", "database", "(", "file", ",", "password", ",", "factory", ",", "database", "hook", ",", "null", ")", ";" ]
[ "equivalent", "to", "open", "database", "(", "path", "password", "factory", "create", "if", "necessary", "database", "hook", ")" ]
[ "return", "open", "database", "(", "path", ",", "password", ",", "factory", ",", "create", "if", "necessary", ",", "database", "hook", ")", ";" ]
[ "equivalent", "to", "open", "database", "(", "path", "password", "factory", "create", "if", "necessary", "database", "hook", ")" ]
[ "return", "open", "or", "create", "database", "(", "file", "=", "=", "null", "?", "null", ":", "file", "get", "path", "(", ")", ",", "password", ",", "factory", ",", "database", "hook", ",", "error", "handler", ")", ";" ]
[ "equivalent", "to", "open", "database", "(", "file", "get", "path", "(", ")", "password", "factory", "create", "if", "necessary", ")" ]
[ "return", "open", "or", "create", "database", "(", "file", ",", "password", ",", "factory", ",", "null", ")", ";" ]
[ "equivalent", "to", "open", "database", "(", "path", "password", "factory", "create", "if", "necessary", ")" ]
[ "return", "open", "database", "(", "path", ",", "password", ",", "factory", ",", "create", "if", "necessary", ",", "null", ")", ";" ]
[ "equivalent", "to", "open", "database", "(", "path", "password", "factory", "create", "if", "necessary", ")" ]
[ "return", "open", "database", "(", "path", ",", "password", ",", "factory", ",", "create", "if", "necessary", ",", "null", ")", ";" ]
[ "create", "a", "memory", "backed", "s", "q", "lite", "database", "its", "contents", "will", "be", "destroyed", "when", "the", "database", "is", "closed" ]
[ "return", "open", "database", "(", "memory", ",", "password", ",", "factory", ",", "create", "if", "necessary", ")", ";" ]
[ "native", "call", "to", "close", "the", "database" ]
[ "private", "native", "void", "dbclose", "(", ")", ";" ]
[ "query", "the", "given", "url", "returning", "a", "{", "@", "link", "cursor", "}", "over", "the", "result", "set" ]
[ "return", "query", "with", "factory", "(", "null", ",", "distinct", ",", "table", ",", "columns", ",", "selection", ",", "selection", "args", ",", "group", "by", ",", "having", ",", "order", "by", ",", "limit", ")", ";" ]
[ "query", "the", "given", "table", "returning", "a", "{", "@", "link", "cursor", "}", "over", "the", "result", "set" ]
[ "return", "query", "(", "false", ",", "table", ",", "columns", ",", "selection", ",", "selection", "args", ",", "group", "by", ",", "having", ",", "order", "by", ",", "limit", ")", ";" ]
[ "runs", "the", "provided", "sql", "and", "returns", "a", "{", "@", "link", "cursor", "}", "over", "the", "result", "set" ]
[ "return", "raw", "query", "with", "factory", "(", "null", ",", "sql", ",", "selection", "args", ",", "null", ")", ";" ]
[ "runs", "the", "provided", "sql", "and", "returns", "a", "cursor", "over", "the", "result", "set", "the", "cursor", "will", "read", "an", "initial", "set", "of", "rows", "and", "the", "return", "to", "the", "caller", "it", "will", "continue", "to", "read...
[ "net", "sqlcipher", "cursor", "wrapper", "cursor", "wrapper", "=", "(", "net", "sqlcipher", "cursor", "wrapper", ")", "raw", "query", "with", "factory", "(", "null", ",", "sql", ",", "selection", "args", ",", "null", ")", ";", "(", "(", "s", "q", "lite...
[ "convenience", "method", "for", "inserting", "a", "row", "into", "the", "database" ]
[ "return", "insert", "with", "on", "conflict", "(", "table", ",", "null", "column", "hack", ",", "values", ",", "conflict", "none", ")", ";" ]
[ "convenience", "method", "for", "replacing", "a", "row", "in", "the", "database", "inserts", "a", "new", "row", "if", "a", "row", "does", "not", "already", "exist" ]
[ "return", "insert", "with", "on", "conflict", "(", "table", ",", "null", "column", "hack", ",", "initial", "values", ",", "conflict", "replace", ")", ";" ]
[ "convenience", "method", "for", "updating", "rows", "in", "the", "database" ]
[ "return", "update", "with", "on", "conflict", "(", "table", ",", "values", ",", "where", "clause", ",", "where", "args", ",", "conflict", "none", ")", ";" ]
[ "return", "whether", "the", "db", "is", "opened", "as", "read", "only" ]
[ "return", "(", "m", "flags", "&", "open", "read", "mask", ")", "=", "=", "open", "readonly", ";" ]
[ "getter", "for", "the", "path", "to", "the", "database", "file" ]
[ "return", "m", "path", ";" ]
[ "sets", "the", "locale", "for", "this", "database", "does", "nothing", "if", "this", "database", "has", "the", "no", "localized", "collators", "flag", "set", "or", "was", "opened", "read", "only" ]
[ "lock", "(", ")", ";", "try", "{", "native", "set", "locale", "(", "locale", "to", "string", "(", ")", ",", "m", "flags", ")", ";", "}", "finally", "{", "unlock", "(", ")", ";", "}" ]
[ "returns", "true", "if", "the", "given", "sql", "is", "cached", "in", "compiled", "-", "sql", "cache" ]
[ "synchronized", "(", "m", "compiled", "queries", ")", "{", "return", "m", "compiled", "queries", "contains", "key", "(", "sql", ")", ";", "}" ]
[ "purges", "the", "given", "sql", "from", "the", "compiled", "-", "sql", "cache" ]
[ "synchronized", "(", "m", "compiled", "queries", ")", "{", "m", "compiled", "queries", "remove", "(", "sql", ")", ";", "}" ]
[ "remove", "everything", "from", "the", "compiled", "sql", "cache" ]
[ "synchronized", "(", "m", "compiled", "queries", ")", "{", "m", "compiled", "queries", "clear", "(", ")", ";", "}" ]
[ "return", "the", "current", "max", "cache", "sql", "cache", "size" ]
[ "return", "m", "max", "sql", "cache", "size", ";" ]
[ "sets", "the", "root", "directory", "to", "search", "for", "the", "icu", "data", "file" ]
[ "public", "static", "native", "void", "set", "i", "c", "u", "root", "(", "string", "path", ")", ";" ]
[ "native", "call", "to", "open", "the", "database" ]
[ "private", "native", "void", "dbopen", "(", "string", "path", ",", "int", "flags", ")", ";" ]
[ "native", "call", "to", "setup", "tracing", "of", "all", "sql", "statements" ]
[ "private", "native", "void", "enable", "sql", "tracing", "(", "string", "path", ")", ";" ]
[ "native", "call", "to", "setup", "profiling", "of", "all", "sql", "statements", "currently", "sqlite", "s", "profiling", "=", "printing", "of", "execution", "-", "time", "(", "wall", "-", "clock", "time", ")", "of", "each", "of", "the", "sql", "statements"...
[ "private", "native", "void", "enable", "sql", "profiling", "(", "string", "path", ")", ";" ]
[ "/", "*", "package" ]
[ "native", "void", "native", "exec", "s", "q", "l", "(", "string", "sql", ")", "throws", "s", "q", "l", "exception", ";" ]
[ "/", "*", "package" ]
[ "native", "void", "native", "set", "locale", "(", "string", "loc", ",", "int", "flags", ")", ";" ]
[ "/", "*", "package" ]
[ "native", "long", "last", "insert", "row", "(", ")", ";" ]
[ "/", "*", "package" ]
[ "native", "int", "last", "change", "count", "(", ")", ";" ]
[ "return", "the", "sqlite", "dbstatus", "lookaside", "used", "documented", "here", "http", ":", "/", "/", "www", "sqlite", "org", "/", "c", "3ref", "/", "c", "dbstatus", "lookaside", "used", "html" ]
[ "private", "native", "int", "native", "get", "db", "lookaside", "(", ")", ";" ]
[ "utility", "method", "that", "creates", "a", "new", "string", "literal", "expr", "escapes", "eol", "characters" ]
[ "return", "new", "char", "literal", "expr", "(", "utils", "escape", "end", "of", "lines", "(", "string", ")", ")", ";" ]
[ "the", "enter", "advice" ]
[ "return", "cached", ";" ]
[ "{" ]
[ "if", "(", "this", "=", "=", "o", ")", "return", "true", ";", "if", "(", "!", "(", "o", "instanceof", "ignite", "tx", "key", ")", ")", "return", "false", ";", "ignite", "tx", "key", "that", "=", "(", "ignite", "tx", "key", ")", "o", ";", "retur...
[ "{" ]
[ "int", "res", "=", "key", "hash", "code", "(", ")", ";", "res", "=", "31", "*", "res", "+", "cache", "id", ";", "return", "res", ";" ]
[ "{" ]
[ "return", "94", ";" ]
[ "{" ]
[ "return", "s", "to", "string", "(", "ignite", "tx", "key", "class", ",", "this", ")", ";" ]
[ "returns", "an", "immutable", "bimap", "containing", "a", "single", "entry" ]
[ "check", "entry", "not", "null", "(", "k", "1", ",", "v", "1", ")", ";", "return", "new", "regular", "immutable", "bi", "map", "<", ">", "(", "new", "object", "[", "]", "{", "k", "1", ",", "v", "1", "}", ",", "1", ")", ";" ]
[ "returns", "an", "immutable", "map", "containing", "the", "given", "entries", "in", "order" ]
[ "check", "entry", "not", "null", "(", "k", "1", ",", "v", "1", ")", ";", "check", "entry", "not", "null", "(", "k", "2", ",", "v", "2", ")", ";", "return", "new", "regular", "immutable", "bi", "map", "<", "k", ",", "v", ">", "(", "new", "obje...
[ "returns", "an", "immutable", "map", "containing", "the", "given", "entries", "in", "order" ]
[ "check", "entry", "not", "null", "(", "k", "1", ",", "v", "1", ")", ";", "check", "entry", "not", "null", "(", "k", "2", ",", "v", "2", ")", ";", "check", "entry", "not", "null", "(", "k", "3", ",", "v", "3", ")", ";", "return", "new", "reg...
[ "returns", "an", "immutable", "map", "containing", "the", "given", "entries", "in", "order" ]
[ "check", "entry", "not", "null", "(", "k", "1", ",", "v", "1", ")", ";", "check", "entry", "not", "null", "(", "k", "2", ",", "v", "2", ")", ";", "check", "entry", "not", "null", "(", "k", "3", ",", "v", "3", ")", ";", "check", "entry", "no...
[ "returns", "an", "immutable", "map", "containing", "the", "given", "entries", "in", "order" ]
[ "check", "entry", "not", "null", "(", "k", "1", ",", "v", "1", ")", ";", "check", "entry", "not", "null", "(", "k", "2", ",", "v", "2", ")", ";", "check", "entry", "not", "null", "(", "k", "3", ",", "v", "3", ")", ";", "check", "entry", "no...
[ "{", "@", "inherit", "doc", "}" ]
[ "super", "put", "(", "entry", ")", ";", "return", "this", ";" ]
[ "associates", "all", "of", "the", "given", "map", "s", "keys", "and", "values", "in", "the", "built", "map", "duplicate", "keys", "according", "to", "the", "comparator", "(", "which", "might", "be", "the", "keys", "natural", "order", ")", "are", "not", "...
[ "super", "put", "all", "(", "map", ")", ";", "return", "this", ";" ]
[ "{", "@", "inherit", "doc", "}" ]
[ "super", "put", "all", "(", "entries", ")", ";", "return", "this", ";" ]
[ "configures", "this", "{", "@", "code", "builder", "}", "to", "order", "entries", "by", "value", "according", "to", "the", "specified", "comparator" ]
[ "super", "order", "entries", "by", "value", "(", "value", "comparator", ")", ";", "return", "this", ";" ]
[ "returns", "a", "newly", "-", "created", "immutable", "bimap", "the", "iteration", "order", "of", "the", "returned", "bimap", "is", "the", "order", "in", "which", "entries", "were", "inserted", "into", "the", "builder", "unless", "{", "@", "link", "#", "or...
[ "if", "(", "size", "=", "=", "0", ")", "{", "return", "of", "(", ")", ";", "}", "sort", "entries", "(", ")", ";", "entries", "used", "=", "true", ";", "return", "new", "regular", "immutable", "bi", "map", "<", "k", ",", "v", ">", "(", "alternat...
[ "returns", "an", "immutable", "bimap", "containing", "the", "given", "entries", "the", "returned", "bimap", "iterates", "over", "entries", "in", "the", "same", "order", "as", "the", "original", "iterable" ]
[ "int", "estimated", "size", "=", "(", "entries", "instanceof", "collection", ")", "?", "(", "(", "collection", "<", "?", ">", ")", "entries", ")", "size", "(", ")", ":", "immutable", "collection", "builder", "default", "initial", "capacity", ";", "return",...
[ "{", "@", "inherit", "doc", "}" ]
[ "@", "override", "public", "abstract", "immutable", "bi", "map", "<", "v", ",", "k", ">", "inverse", "(", ")", ";" ]
[ "guaranteed", "to", "throw", "an", "exception", "and", "leave", "the", "bimap", "unmodified" ]
[ "throw", "new", "unsupported", "operation", "exception", "(", ")", ";" ]
[ "<", "p", ">", "the", "language", "code", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "en", "<", "/", "code", ">", "-", "english", "(", "default", ")", "<", "/", "p", ">", "<", "/", "li", ">", "<...
[ "set", "accept", "language", "(", "accept", "language", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "product", "identifier", "<", "/", "p", ">" ]
[ "set", "id", "(", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "updated", "product", "name", "<", "/", "p", ">" ]
[ "set", "name", "(", "name", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "updated", "owner", "of", "the", "product", "<", "/", "p", ">" ]
[ "set", "owner", "(", "owner", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "updated", "description", "of", "the", "product", "<", "/", "p", ">" ]
[ "set", "description", "(", "description", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "distributor", "of", "the", "product", "<", "/", "p", ">" ]
[ "this", "distributor", "=", "distributor", ";" ]
[ "<", "p", ">", "the", "distributor", "of", "the", "product", "<", "/", "p", ">" ]
[ "return", "this", "distributor", ";" ]
[ "<", "p", ">", "the", "updated", "distributor", "of", "the", "product", "<", "/", "p", ">" ]
[ "set", "distributor", "(", "distributor", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "support", "information", "about", "the", "product", "<", "/", "p", ">" ]
[ "this", "support", "description", "=", "support", "description", ";" ]
[ "<", "p", ">", "the", "support", "information", "about", "the", "product", "<", "/", "p", ">" ]
[ "return", "this", "support", "description", ";" ]
[ "<", "p", ">", "the", "updated", "support", "description", "for", "the", "product", "<", "/", "p", ">" ]
[ "set", "support", "description", "(", "support", "description", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "contact", "email", "for", "product", "support", "<", "/", "p", ">" ]
[ "this", "support", "email", "=", "support", "email", ";" ]
[ "<", "p", ">", "the", "contact", "email", "for", "product", "support", "<", "/", "p", ">" ]
[ "return", "this", "support", "email", ";" ]
[ "<", "p", ">", "the", "updated", "support", "email", "for", "the", "product", "<", "/", "p", ">" ]
[ "set", "support", "email", "(", "support", "email", ")", ";", "return", "this", ";" ]