Uses of Interface
trial.gaurav.collection.Comparator
Packages that use Comparator
-
Uses of Comparator in trial.gaurav.collection
Methods in trial.gaurav.collection with parameters of type ComparatorModifier and TypeMethodDescriptionbooleanLinkedList.contains(Comparator comparator) Checks if the linked list contains an element that satisfies the given comparator. -
Uses of Comparator in trial.gaurav.customer
Classes in trial.gaurav.customer that implement ComparatorModifier and TypeClassDescriptionclassThe `CustomerFinder` class represents a comparator to find a customer with a specific ID in a linked list of customers.