"Comparator" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (Comparator)

Low quality sentence examples

接口被命名为类,例如,Collection或Comparator,或者以能够或者为结尾的形容词,例如,Runnable,Iterable或Accessible。
Interfaces are named like classes, for example, Collection or Comparator, or with an adjective ending in able or ible, for example, Runnable, Iterable, or Accessible.
将IntellexerSDK的三个组件(即:Categorizer、Comparator和SentimentAnalyzer)组合在一起用于分析酒店和餐馆评论时,也达到了类似的结果(75-83%的精度)。
Similar results(75-83% accuracy) were achieved by combining three components(namely, Categorizer, Comparator and Sentiment Analyzer) of Intellexer SDK to analyze hotel and restaurant reviews.
注意最后这个Comparator接口。
Note that last comparison.
如果我需要一个Comparator呢??
Is a comparator is needed?
如果我需要一个Comparator呢??
Do I need to show a comparator?
如果我需要一个Comparator呢??
What if I need a contractor?
创建TreeSet的时候可以指定一个Comparator.
TreeSet allows us to give a comparator.
Java.util下有一个Comparator(比较器.
We have a java. util. Comparator interface.
这里通过实例列出Comparator接口提供的所有方法.
Here is a list of all the methods with examples provided by Comparator Interface.
注:通常来说,让Comparator也实现java.io.
Note: It is generally a good idea for comparators to implement java. io.
参数:comparator-将用来对此set进行排序的比较器。
Comparator- the comparator that will be used to order this set.
Comparators大部分是用来连锁或替换另一个Comparator的行为。
The Comparators are used mostly for chaining or changing another Comparator's behavior.
在创建时,可以提供一个Comparator来负责对PriorityQueue的元素进行排序。
At the time of its creation, we can provide a Comparator that is responsible for ordering the elements of the PriorityQueue.
相反,我们需要定义一个Comparator接口,并修改StringLengthComparator来实现这个接口。
Instead, we need to define a Comparator interface and modify StringLengthComparator to implement this interface.
此外,仅当指定的对象也是一个Comparator,并且强行实施与此Comparator相同的排序时,此方法才返回true。
The method returns true, only if the specified object is also a comparator and it imposes the same ordering as the comparator.
优先级队列中的元素根据它们的comparable自然顺序或通过在队列构造时提供的comparator来排序。
The elements of the priority queue are ordered according to their natural ordering, or by a Comparator provided at the queue construction time.
Comparator是一个接口.
The Comparator is an interface.
Sort()用于接受Comparator
Sort() that accepts a Comparator.
这个类要实现Comparator接口。
This class implements the Comparator interface.
以类似的方式,我们可以使用Comparator.
In a similar way, we can use Comparator.