Struct Entry
    Private
    
    (node,time) pair
Public Methods
        
                Entry
        
                (node, time)
    
                
                
                    Public
                
            
        
                GetHashCode
        
                ()
    
                
                Hash code is overriden because otherwise removing reservations would be extremely slow.
                    Public
                
            Public Variables
        
                node
        
    
                
                
                    Public
                
            
        
                time
        
    
                
                
                    Public