What is the translation of " HASHTABLE " in Korean?

hashtable
the hashtable
hashtable 은
hashtable
hashtable is

Examples of using Hashtable in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Distributed hashtable.
HashTable is synchronized, but HashMap is not.
HashTable 은 동기화 (synchronized) 되지만, HashMap 그렇지 않습니다.
Differences between HashMap and Hashtable?
Java 동기화 구조 - HashMap과 Hashtable의 차이점은 무엇입니까?
Parameters: key- the hashtable key. defaultValue- a default value.
파라미터: key - 해시 테이블 키defaultValue - 기본값.
Methods inherited from class java. util. Hashtable.
클래스 java. util. Hashtable 로부터 상속된 메서드.
This method is supported for the benefit of hashtables such as those provided by java. util. Hashtable.
이 메서드는 java. util. Hashtable 에 의해 제공되는 것 같은 해시 테이블로 사용하기 위해서 준비되어 있습니다.
This method is used when a remote object is stored in a hashtable.
이 메서드는 리모트 객체가 해시 테이블에 포함되고 있는 경우에 사용됩니다.
Public class Properties extends Hashtable<Object, Object> The Properties class represents a persistent set of properties.
Public class Properties extends Hashtable <Object, Object > Properties 클래스는 불변의 프로퍼티 세트를 나타냅니다.
These work best when you send a Hashtable in an event.
이 옵션들은 이벤트에 해시테이블을 전송할 때 가장 잘 동작 합니다.
A: I'm not implying that the Dictionary class is inferior or that people should roll their own hashtable.
Dictionary 클래스가 열등하거나 사람들이 자신의 해시 테이블을 굴려야한다는 것을 의미하지는 않습니다.
ListDictionary is faster than Hashtable for small collections(10 items or fewer).
작은 컬렉션(10개 항목 이하)의 경우 ListDictionary가 Hashtable보다 빠릅니다. ListDictionary is faster than Hashtable for small collections (10 items or fewer).
The number of key in the Hashtable.
Hashtable에서 찾을 수 있는 키입니다. The key to locate in the Hashtable.
Use case 2: If you use a Hashtable as event content, you can mark all events belonging to some object with an"oid" key(short form of"ObjectID") and some value.
유즈 케이스 2: 이벤트 내용으로 Hashtable 을 사용하고 있으면 모든 이벤트들에 대해서 특정 객체에 속한다고 "oid" 키("ObjectID"을 줄임말)와 몇개의 값으로 표시 할 수 있습니다.
The value returned is the result of the Hashtable call to put.
리턴된 값은 put 에 의 Hashtable 호출의 결과입니다.
When an element is added to the Hashtable, the element is placed into a bucket based on the hash code of the key.
요소에 추가 된 경우는 Hashtable, 키의 해시 코드를 기반으로 하는 버킷에 배치 됩니다. When an element is added to the Hashtable, the element is placed into a bucket based on the hash code of the key.
Iterator in the HashMap is fail-fast while the enumerator for the Hashtable isn't.
HashMap 의 iterator 는 fail-fast 인 반면 HashTable 의 enumerator 는 그렇지 않습니다.
However, if the specified key already exists in the Hashtable, setting the Item[Object] property overwrites the old value.
그러나 지정된 된 키가 이미 있는 경우는 SortedList설정의 Item[Object] 속성 이전 값을 덮어씁니다. However, if the specified key already exists in the SortedList, setting the Item[Object] property overwrites the old value.
Store items as key/value pairs for quick look-up by key Dictionary Hashtable.
키별로 빠르게 조회할 수 있도록 항목을 키/값 쌍으로 저장Store items as key/value pairs for quick look-up by key Dictionary Hashtable.
Following this guideline will help ensure that class library code using Equals(such as ArrayList and Hashtable) works in a manner that is consistent with the way the equality operator is used by application code.
이렇게 하면 사용 하는 클래스 라이브러리 코드가 Equals (같은 ArrayList 고 Hashtable) 응용 프로그램 코드에서 같음 연산자를 사용 하는 방법은 일치 하는 방식으로 동작 합니다. This helps ensure that class library code that uses Equals (such as ArrayList and Hashtable) behaves in a manner that is consistent with the way the equality operator is used by application code.
Key objects must be immutable as long as they are used as keys in the Hashtable.
키 개체 변경 하지 않아야에 키로 사용할으로 Hashtable합니다. Key objects must be immutable as long as they are used as keys in the Hashtable.
A VariableReference's implementation looks up the variable name in the hashtable and returns the resulting value.
VariableReference의 구현은 hashtable에서 변수 이름을 조회 하 고 결과 값을 반환 합니다.A VariableReference's implementation looks up the variable name in the hashtable and returns the resulting value.
Store items as key/value pairs for quick look-up by key Dictionary<TKey,TValue> Hashtable.
키별로 빠르게 조회할 수 있도록 항목을 키/값 쌍으로 저장Store items as key/value pairs for quick look-up by key Dictionary<TKey,TValue> Hashtable.
In that case, the eventCode, the"sender actorNumber" and the"content" Hashtable are used as a filter.
이 경우에,eventCode, 필터로서 "sender actorNumber" 와 "content" 해시테이블이 사용 됩니다.
For example, the HybridDictionary class starts as a ListDictionary and becomes a Hashtable when it becomes large.
예를 들어, 를 HybridDictionary 으로 시작 되는 클래스를 ListDictionary 되며를 Hashtable 이 됩니다. For example, the HybridDictionary class starts as a ListDictionary and becomes a Hashtable when it becomes large.
To define ConfigurationDatain a. psd1 file, create a file that contains only the hashtable that represents the configuration data.
ConfigurationData를. psd1 파일에 정의하려면 구성 데이터를 나타내는 해시 테이블만 포함된 파일을 만듭니다. To define ConfigurationData in a. psd1 file,create a file that contains only the hashtable that represents the configuration data.
Results: 25, Time: 0.037

How to use "hashtable" in an English sentence

Below is the new hashtable declaration macro.
Java's standard library provides the HashTable class.
The hashtable to check the keys of.
It uses persistent HashTable with parallel transactions.
the hashtable handling with this new version.
Can you please cover HashTable as well?
The Hashtable key is the dataslot name.
Refactored hashtable containers to reduce template instantiations.
Hashtable are synchronized whereas hashmaps are not.
Initialise the hashtable used by the archetypes.

How to use "해시 테이블" in a Korean sentence

Java 해시 테이블 클래스는 해시 테이블 데이터 구조«본보기»의 구현입니다. 인덱스는 매주 업데이트됩니다. 그리고 어쩌면 가장 완벽한.
첫 호출때마다 함수 자체의 동작 시간외에 해시 테이블 검색에 필요한 시간이 더해질 수밖에 없습니다.
hash는 해시 테이블 구조에서 테이블 주소로 사용되어 지며, 내부 자료나 상태에 의존적인 hash 값을 반환해야한다.
T의 j번 칸에 해시하는 모든 키를 두 번째 해시 테이블 Sj에 저장한다.
C에는 기본으로 제공하는 해시 테이블 자료 구조가 없다.
PHP에서 배열이란 인덱스가 있는 배열과 해시 테이블 둘 다 가리킨다.
C++11에 뒤늦게 해시 테이블 구현이 추가되었다.
:다해상도 해시 테이블 공간에 대해 몇가지 매개 변수들을 설정/리턴한다.
4 수행 결과는 해시 테이블에 저장되며, 이때 해시 테이블 의 키 값은 가상 ISA의 명령어가 갖는 기능 라벨이다.
해시 알고리즘 및 해시 테이블 같은 데이터 구조의 현재 CompareInfo에 대한 해시 함수의 역할을 합니다.

Top dictionary queries

English - Korean