This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright 2018 LinkedIn Corporation. All rights reserved. Licensed under the BSD-2 Clause license. | |
* See LICENSE in the project root for license information. | |
*/ | |
package com.linkedin.nn.utils | |
import com.linkedin.nn.Types.{ItemId, ItemIdDistancePair} | |
import java.util.{PriorityQueue => JPriorityQueue} | |
import scala.collection.JavaConverters._ |